diff options
-rwxr-xr-x | treepkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -203,7 +203,8 @@ if [ ${DEPTH} -eq 0 ]; then pushd "${BUILDDIR}/${_pkg}" >/dev/null sudo pacman -Syu --noconfirm - ${FULLBUILDCMD} +# Pass the PACMAN env var to makepkg + PACMAN=$(dirname $0)/clean-pacman ${FULLBUILDCMD} # Run local release hook with $1 = $repo ${HOOKLOCALRELEASE} $(egrep ";${_pkg#*_};" "${BUILDORDER}" | cut -d';' -f6) |