aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-buildpackage
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-buildpackage')
-rwxr-xr-xpbuilder-buildpackage1
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage
index 90931a3..5e8ef08 100755
--- a/pbuilder-buildpackage
+++ b/pbuilder-buildpackage
@@ -201,6 +201,7 @@ if [ -d "${BUILDRESULT}" ]; then
log "I: Trying to save additional result ${FILE}"
cp -a "${BUILDPLACE}$BUILDDIR/"*"/${FILE}" "${BUILDRESULT}" || true
done
+ executehooks "I"
else
log "E: BUILDRESULT=[$BUILDRESULT] is not a directory."
fi