From: Michael Adam Date: Tue, 10 Feb 2009 22:30:48 +0000 (+0100) Subject: packaging: fix fill-templates call to update-pkginfo to pushd appropriately first X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=97cbf86e7993449d8299c9c1accb4dca3f44cb0c;p=kai%2Fsamba.git packaging: fix fill-templates call to update-pkginfo to pushd appropriately first Michael --- 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