diff options
author | Michael Adam <obnox@samba.org> | 2009-02-11 22:25:41 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-02-16 09:57:02 +0100 |
commit | d75376bd44a4fd41e319820caa29d139a568eca1 (patch) | |
tree | 00a10402bead3bf6f04c0bc5dd04aa7981031eb7 /packaging | |
parent | e0705d0ba585bfbe45e67ade83409d8f44d34c28 (diff) | |
download | samba-d75376bd44a4fd41e319820caa29d139a568eca1.tar.gz samba-d75376bd44a4fd41e319820caa29d139a568eca1.tar.xz samba-d75376bd44a4fd41e319820caa29d139a568eca1.zip |
s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
Michael
(cherry picked from commit 88a3430e6db9fe31fe711a6fdc90d6604dac63e3)
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/bin/fill-templates | 2 |
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 |