* 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
|
||||
|
||||
substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
|
||||
--replace /usr /no-such-path
|
||||
#substituteInPlace scripts/kconfig/lxdialog/check-lxdialog.sh \
|
||||
# --replace /usr /no-such-path
|
||||
|
||||
# Necessary until NIXPKGS-38 is fixed:
|
||||
echo "#! $SHELL" >> scripts/kconfig/lxdialog/check-lxdialog.sh
|
||||
|
||||
make silentoldconfig
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user