mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
else if --> elif (thanks to yankees26 for finding this)
This commit is contained in:
parent
0aae368a79
commit
8626e5dd47
@ -819,7 +819,7 @@ else
|
||||
# use distcc if it is requested (check buildenv and PKGBUILD opts)
|
||||
if [ "$(check_buildenv distcc)" = "y" -a "$(check_option distcc)" != "n" ]; then
|
||||
[ -d /usr/lib/distcc/bin ] && export PATH=/usr/lib/distcc/bin:$PATH
|
||||
else if [ "$(check_option distcc)" = "n" ]; then
|
||||
elif [ "$(check_option distcc)" = "n" ]; then
|
||||
# if it is not wanted, clear the makeflags too
|
||||
export MAKEFLAGS=""
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user