summaryrefslogtreecommitdiff
path: root/treepkg
diff options
context:
space:
mode:
Diffstat (limited to 'treepkg')
-rwxr-xr-xtreepkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/treepkg b/treepkg
index ccabe20..376af91 100755
--- a/treepkg
+++ b/treepkg
@@ -148,6 +148,7 @@ if [ ${DEPTH} -eq 0 ]; then
# Run build command
pushd "${BUILDDIR}/${_pkg}" >/dev/null
${FULLBUILDCMD}
+ ${HOOKLOCALRELEASE}
popd >/dev/null
done