* Another attempt.

svn path=/nixpkgs/trunk/; revision=7526
This commit is contained in:
Eelco Dolstra 2007-01-01 14:25:21 +00:00
parent b19d591a7e
commit 4c5f454f54

View file

@ -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
}