summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/bin/fill-templates3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates
index 8b75fddf95..90527b8872 100755
--- a/packaging/bin/fill-templates
+++ b/packaging/bin/fill-templates
@@ -42,5 +42,6 @@ VERSION=`echo ${VERSION} | sed 's/\"//g'`
echo "VERSION: ${VERSION}"
+pushd ${TOPDIR}/packaging > /dev/null 2>&1
${TOPDIR}/packaging/bin/update-pkginfo "${VERSION}" 1 ""
-
+popd > /dev/null 2>&1