summaryrefslogtreecommitdiffstats
path: root/packaging/bin
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-11 22:25:41 +0100
committerKarolin Seeger <kseeger@samba.org>2009-03-27 13:06:43 +0100
commitde86a584d9d760424cc969b639356be8af060dfb (patch)
tree31c6054f5cdb7bcb089d2adc2acdf3c8602e4372 /packaging/bin
parente7857853d4c72b72ff404dcbde2a3adc98b5db47 (diff)
downloadsamba-de86a584d9d760424cc969b639356be8af060dfb.tar.gz
samba-de86a584d9d760424cc969b639356be8af060dfb.tar.xz
samba-de86a584d9d760424cc969b639356be8af060dfb.zip
s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
Michael (cherry picked from commit 3884700f8b9d442352f301b306a9a0efc04f6153)
Diffstat (limited to 'packaging/bin')
-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