mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Fix shebang in more scripts...
svn path=/nixpkgs/trunk/; revision=13393
This commit is contained in:
parent
eb558f7596
commit
044c4dfe9f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user