FSG: Fix unneeded /bin/sh reference
This commit is contained in:
parent
426b75c0a4
commit
66164a941b
@ -39,7 +39,7 @@ stdenv.mkDerivation {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin $out/libexec
|
mkdir -p $out/bin $out/libexec
|
||||||
cp sand $out/libexec
|
cp sand $out/libexec
|
||||||
echo -e '#! /bin/sh\nLC_ALL=C '$out'/libexec/sand "$@"' >$out/bin/fsg
|
echo -e '#!${stdenv.shell}\nLC_ALL=C '$out'/libexec/sand "$@"' >$out/bin/fsg
|
||||||
chmod a+x $out/bin/fsg
|
chmod a+x $out/bin/fsg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user