s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
authorMichael Adam <obnox@samba.org>
Wed, 11 Feb 2009 21:25:41 +0000 (22:25 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 11 Feb 2009 21:39:29 +0000 (22:39 +0100)
Michael

packaging/bin/fill-templates

index f7bfd886827b5aa0f368c0e9419af3133cf85c05..537664dd117116292f5cb1a84f5e175cf41d86a1 100755 (executable)
@@ -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