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:
parent
e26fb06cdd
commit
c6bbe9d029
|
@ -8,3 +8,5 @@ cat > $out/sbin/mingetty << END
|
||||||
#! $SHELL -e
|
#! $SHELL -e
|
||||||
exec $mingetty/sbin/mingetty --loginprog=$shadowutils/bin/login "\$@"
|
exec $mingetty/sbin/mingetty --loginprog=$shadowutils/bin/login "\$@"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
chmod +x $out/sbin/mingetty
|
||||||
|
|
Loading…
Reference in New Issue