From: Michael Adam Date: Wed, 11 Feb 2009 21:25:41 +0000 (+0100) Subject: s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates X-Git-Tag: release-4-0-0alpha7~310^2~17 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=0b5b08f077b116ca3f153358830f3e4948b35767;p=amitay%2Fsamba.git s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates Michael --- diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index f7bfd886827..537664dd117 100755 --- a/packaging/bin/fill-templates +++ b/packaging/bin/fill-templates @@ -43,5 +43,5 @@ VERSION=`echo ${VERSION} | sed 's/\"//g'` echo "VERSION: ${VERSION}" pushd ${TOPDIR}/packaging > /dev/null 2>&1 -${TOPDIR}/packaging/bin/update-pkginfo "${VERSION}" 1 "" +./bin/update-pkginfo "${VERSION}" 1 "" popd > /dev/null 2>&1