1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

* 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

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
}