summaryrefslogtreecommitdiff
path: root/packaging/bin
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-10 23:30:48 +0100
committerMichael Adam <obnox@samba.org>2009-02-11 00:29:16 +0100
commit97cbf86e7993449d8299c9c1accb4dca3f44cb0c (patch)
treeaafa39187029b479e45a99dd906bcb972a8ad333 /packaging/bin
parentaa33bc134a85fd8748923fa011346be6fbe28242 (diff)
downloadsamba-97cbf86e7993449d8299c9c1accb4dca3f44cb0c.tar.gz
samba-97cbf86e7993449d8299c9c1accb4dca3f44cb0c.tar.bz2
samba-97cbf86e7993449d8299c9c1accb4dca3f44cb0c.zip
packaging: fix fill-templates call to update-pkginfo to pushd appropriately first
Michael
Diffstat (limited to 'packaging/bin')
-rwxr-xr-xpackaging/bin/fill-templates3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates
index 8b75fddf95..90527b8872 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