summaryrefslogtreecommitdiffstats
path: root/packaging
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:27:49 +0100
commit911424facd9227505eb72d11c480b685a130e720 (patch)
tree04bfd4fbaa46c9719799774ac9bb2cf6aab1378e /packaging
parent84127f881bffebfa666d98636772307b35697270 (diff)
downloadsamba-911424facd9227505eb72d11c480b685a130e720.tar.gz
samba-911424facd9227505eb72d11c480b685a130e720.tar.xz
samba-911424facd9227505eb72d11c480b685a130e720.zip
packaging: fix fill-templates call to update-pkginfo to pushd appropriately first
Michael (cherry picked from commit c28d4ae537d9fc0b76eae758d32356eaf1113c89)
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