* Another attempt at fixing NIXPKGS-37.
svn path=/nixpkgs/trunk/; revision=7525
This commit is contained in:
parent
8feb1d109b
commit
b19d591a7e
|
@ -8,8 +8,11 @@ configurePhase() {
|
||||||
|
|
||||||
cp $config .config
|
cp $config .config
|
||||||
|
|
||||||
substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
|
#substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
|
||||||
--replace /usr /no-such-path
|
# --replace /usr /no-such-path
|
||||||
|
|
||||||
|
# Necessary until NIXPKGS-38 is fixed:
|
||||||
|
echo "#! $SHELL" >> scripts/kconfig/lxdialog/check-lxdialog.sh
|
||||||
|
|
||||||
make silentoldconfig
|
make silentoldconfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue