From 4c5f454f54086fcf50abee2fa6d07e3e89bd38ca Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 1 Jan 2007 14:25:21 +0000 Subject: [PATCH] * Another attempt. svn path=/nixpkgs/trunk/; revision=7526 --- pkgs/os-specific/linux/kernel/builder.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/os-specific/linux/kernel/builder.sh b/pkgs/os-specific/linux/kernel/builder.sh index b9eba8cc0e1..fabee199a4f 100644 --- a/pkgs/os-specific/linux/kernel/builder.sh +++ b/pkgs/os-specific/linux/kernel/builder.sh @@ -12,7 +12,8 @@ configurePhase() { # --replace /usr /no-such-path # Necessary until NIXPKGS-38 is fixed: - echo "#! $SHELL" >> scripts/kconfig/lxdialog/check-lxdialog.sh + echo "#! $SHELL" > scripts/kconfig/lxdialog/check-lxdialog.sh + chmod +x scripts/kconfig/lxdialog/check-lxdialog.sh make silentoldconfig }