From 97cbf86e7993449d8299c9c1accb4dca3f44cb0c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 10 Feb 2009 23:30:48 +0100 Subject: [PATCH] packaging: fix fill-templates call to update-pkginfo to pushd appropriately first Michael --- packaging/bin/fill-templates | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index 8b75fddf95c..90527b8872d 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 -- 2.34.1