summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-11 22:25:41 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:57:02 +0100
commitd75376bd44a4fd41e319820caa29d139a568eca1 (patch)
tree00a10402bead3bf6f04c0bc5dd04aa7981031eb7
parente0705d0ba585bfbe45e67ade83409d8f44d34c28 (diff)
downloadsamba-d75376bd44a4fd41e319820caa29d139a568eca1.tar.gz
s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
Michael (cherry picked from commit 88a3430e6db9fe31fe711a6fdc90d6604dac63e3)
-rwxr-xr-xpackaging/bin/fill-templates2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates
index aa8c119329c..af8bb327872 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