summaryrefslogtreecommitdiff
path: root/packaging/bin
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-02-11 22:25:41 +0100
committerMichael Adam <obnox@samba.org>2009-02-11 22:39:29 +0100
commit0b5b08f077b116ca3f153358830f3e4948b35767 (patch)
treefa8f8d84f9dd04d8566130e2f4040753035915d9 /packaging/bin
parentc3dbdea73fbf8b8916d72a83a3ec92e9c736070b (diff)
downloadsamba-0b5b08f077b116ca3f153358830f3e4948b35767.tar.gz
samba-0b5b08f077b116ca3f153358830f3e4948b35767.tar.bz2
samba-0b5b08f077b116ca3f153358830f3e4948b35767.zip
s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
Michael
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 f7bfd88682..537664dd11 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