* 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:
parent
e9c1e32a0f
commit
8feb1d109b
@ -7,7 +7,11 @@ configurePhase() {
|
|||||||
export INSTALL_MOD_PATH=$out
|
export INSTALL_MOD_PATH=$out
|
||||||
|
|
||||||
cp $config .config
|
cp $config .config
|
||||||
make oldconfig HOST_LOADLIBES= HOST_EXTRACFLAGS=
|
|
||||||
|
substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
|
||||||
|
--replace /usr /no-such-path
|
||||||
|
|
||||||
|
make silentoldconfig
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user