1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

do a chmod +x for the wrapper script (also: try to rewrite it using

makeWrapper once more)

svn path=/nixpkgs/trunk/; revision=4086
This commit is contained in:
Armijn Hemel 2005-10-14 10:37:31 +00:00
parent e26fb06cdd
commit c6bbe9d029

View file

@ -8,3 +8,5 @@ cat > $out/sbin/mingetty << END
#! $SHELL -e
exec $mingetty/sbin/mingetty --loginprog=$shadowutils/bin/login "\$@"
END
chmod +x $out/sbin/mingetty