index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2013-06-18 13:59:18 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-06-18 13:59:18 +1000 |
commit | 71328479f394e517ab7caeb168182c00b1704842 (patch) | |
tree | 4f353d84d31f051412b52b5f6fca29567c2cdb36 /scripts/makepkg.sh.in | |
parent | b7f8f5d26a373e72fa49a6376307ee79935a035d (diff) | |
parent | 5a0c659a16831e1d4c62698352135122cfbb87e4 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 528db14d..f8bf8e61 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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 |