mediawiki: Fix some references to /bin/bash
This commit is contained in:
parent
42df6fcee9
commit
6a8cc9ab11
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ let
|
|||
ensureDir $out
|
||||
cp -r * $out
|
||||
cp ${mediawikiConfig} $out/LocalSettings.php
|
||||
sed -i 's|/bin/bash|${pkgs.stdenv.shell}|' \
|
||||
$out/maintenance/fuzz-tester.php \
|
||||
$out/bin/ulimit.sh \
|
||||
$out/includes/GlobalFunctions.php
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue