Fix shebang in more scripts...

svn path=/nixpkgs/trunk/; revision=13393
This commit is contained in:
Michael Raskin 2008-11-24 22:36:39 +00:00
parent eb558f7596
commit 044c4dfe9f

View File

@ -23,7 +23,7 @@ args.stdenv.mkDerivation {
];
installTargets = "install-staged"; # install does also try to change permissions of /etc/* files
preConfigure = ''
sed -i 's@/usr/bin/env perl@${args.perl}/bin/perl@g' configure
sed -i 's@/usr/bin/env perl@${args.perl}/bin/perl@g' configure script/*
# Don't let fcron create the group fcron, nix(os) should do this
sed -i '2s@.*@exit 0@' script/user-group