* Better fix for NIXPKGS-37: don't let check-lxdialog.sh look in

/usr.

svn path=/nixpkgs/trunk/; revision=7524
This commit is contained in:
Eelco Dolstra 2007-01-01 13:42:23 +00:00
parent e9c1e32a0f
commit 8feb1d109b
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ configurePhase() {
export INSTALL_MOD_PATH=$out
cp $config .config
make oldconfig HOST_LOADLIBES= HOST_EXTRACFLAGS=
substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
--replace /usr /no-such-path
make silentoldconfig
}