mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-11 07:31:04 -04:00
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
@ -1485,7 +1485,7 @@ run_prepare() {
|
||||
|
||||
run_build() {
|
||||
# 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"
|
||||
export DISTCC_HOSTS
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user