diff options
author | Michael Adam <obnox@samba.org> | 2009-02-11 22:25:41 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-03-27 13:06:43 +0100 |
commit | de86a584d9d760424cc969b639356be8af060dfb (patch) | |
tree | 31c6054f5cdb7bcb089d2adc2acdf3c8602e4372 /packaging/bin | |
parent | e7857853d4c72b72ff404dcbde2a3adc98b5db47 (diff) | |
download | samba-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-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 |