diff options
Diffstat (limited to 'treepkg')
-rwxr-xr-x | treepkg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -148,6 +148,7 @@ if [ ${DEPTH} -eq 0 ]; then # Run build command pushd "${BUILDDIR}/${_pkg}" >/dev/null ${FULLBUILDCMD} + ${HOOKLOCALRELEASE} popd >/dev/null done |