summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-10 23:30:48 +0100
committerKarolin Seeger <kseeger@samba.org>2009-02-16 09:57:00 +0100
commitd0c2d84bbe0aec9f4c0b2be525f459a479610982 (patch)
tree4f83edcb3e771a7ede05e81d498b496f7e623405 /packaging
parent757e6e61c9561e138f1c47d0345f720a50f30703 (diff)
downloadsamba-d0c2d84bbe0aec9f4c0b2be525f459a479610982.tar.gz
samba-d0c2d84bbe0aec9f4c0b2be525f459a479610982.tar.xz
samba-d0c2d84bbe0aec9f4c0b2be525f459a479610982.zip
packaging: fix fill-templates call to update-pkginfo to pushd appropriately first
Michael (cherry picked from commit c28d4ae537d9fc0b76eae758d32356eaf1113c89) (cherry picked from commit 0f9cfcb7a1b34a6e76209a0fe0e8d49e3ffe15c5)
Diffstat (limited to 'packaging')
-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 222294137f6..08a126fe7df 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