* Another attempt at fixing NIXPKGS-37.

svn path=/nixpkgs/trunk/; revision=7525
This commit is contained in:
Eelco Dolstra 2007-01-01 14:17:06 +00:00
parent 8feb1d109b
commit b19d591a7e

View file

@ -8,8 +8,11 @@ configurePhase() {
cp $config .config
substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
--replace /usr /no-such-path
#substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
# --replace /usr /no-such-path
# Necessary until NIXPKGS-38 is fixed:
echo "#! $SHELL" >> scripts/kconfig/lxdialog/check-lxdialog.sh
make silentoldconfig
}