makepkg: fix typo for distcc test
Introduced in commit 9dd42dc0
. Fixes FS#35741.
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3e0e748b93
commit
1b08e26846
1 changed files with 1 additions and 1 deletions
|
@ -1485,7 +1485,7 @@ run_prepare() {
|
||||||
|
|
||||||
run_build() {
|
run_build() {
|
||||||
# use distcc if it is requested (check buildenv and PKGBUILD opts)
|
# use distcc if it is requested (check buildenv and PKGBUILD opts)
|
||||||
if check_buildenv "distcc" "y" && ! check_option "distc" "n"; then
|
if check_buildenv "distcc" "y" && ! check_option "distcc" "n"; then
|
||||||
[[ -d /usr/lib/distcc/bin ]] && export PATH="/usr/lib/distcc/bin:$PATH"
|
[[ -d /usr/lib/distcc/bin ]] && export PATH="/usr/lib/distcc/bin:$PATH"
|
||||||
export DISTCC_HOSTS
|
export DISTCC_HOSTS
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue