summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmips64el/mipsrelease2
-rwxr-xr-xtreepkg1
2 files changed, 3 insertions, 0 deletions
diff --git a/mips64el/mipsrelease b/mips64el/mipsrelease
index 1a4aade..e1035aa 100755
--- a/mips64el/mipsrelease
+++ b/mips64el/mipsrelease
@@ -57,4 +57,6 @@ popd >/dev/null
$libretoolsdir/chcleanup || true
+sudo pacman -Sy
+
exit $?
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