summaryrefslogtreecommitdiffstats
path: root/packaging
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:38:11 +0100
commit3884700f8b9d442352f301b306a9a0efc04f6153 (patch)
treeaf443fa0d2e711ff60da4d0fa88349389ee3d7fe /packaging
parentc49b6775dd37eaa9f0cb6957d62a7578f5e3af54 (diff)
downloadsamba-3884700f8b9d442352f301b306a9a0efc04f6153.tar.gz
samba-3884700f8b9d442352f301b306a9a0efc04f6153.tar.xz
samba-3884700f8b9d442352f301b306a9a0efc04f6153.zip
s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
Michael
Diffstat (limited to 'packaging')
-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