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:
parent
e9c1e32a0f
commit
8feb1d109b
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue