summaryrefslogtreecommitdiff
path: root/treepkg
diff options
context:
space:
mode:
Diffstat (limited to 'treepkg')
-rwxr-xr-xtreepkg5
1 files changed, 3 insertions, 2 deletions
diff --git a/treepkg b/treepkg
index 8ba2add..a22df71 100755
--- a/treepkg
+++ b/treepkg
@@ -203,8 +203,9 @@ if [ ${DEPTH} -eq 0 ]; then
pushd "${BUILDDIR}/${_pkg}" >/dev/null
sudo pacman -Syu --noconfirm
-# Pass the PACMAN env var to makepkg
- PACMAN=$(dirname $0)/clean-pacman ${FULLBUILDCMD}
+ ${HOOKPREBUILD}
+
+ ${FULLBUILDCMD}
# Run local release hook with $1 = $repo
${HOOKLOCALRELEASE} $(egrep ";${_pkg#*_};" "${BUILDORDER}" | cut -d';' -f6)