From c6bbe9d029f85900f9d474dfb9fd8be324bbab6e Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Fri, 14 Oct 2005 10:37:31 +0000 Subject: [PATCH] do a chmod +x for the wrapper script (also: try to rewrite it using makeWrapper once more) svn path=/nixpkgs/trunk/; revision=4086 --- pkgs/os-specific/linux/mingetty-wrapper/builder.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/mingetty-wrapper/builder.sh b/pkgs/os-specific/linux/mingetty-wrapper/builder.sh index 76bce393c8e1..0295faa8d2eb 100644 --- a/pkgs/os-specific/linux/mingetty-wrapper/builder.sh +++ b/pkgs/os-specific/linux/mingetty-wrapper/builder.sh @@ -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