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)
committerKarolin Seeger <kseeger@samba.org>
Mon, 16 Feb 2009 08:57:02 +0000 (09:57 +0100)
Michael
(cherry picked from commit 88a3430e6db9fe31fe711a6fdc90d6604dac63e3)

packaging/bin/fill-templates

index aa8c119329c9a4579b88bbcee444db1ea64967e0..af8bb327872fa89c9216265ddc3cbdbf597e876c 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