diff options
author | Michael Adam <obnox@samba.org> | 2009-02-10 23:30:48 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-02-11 00:29:16 +0100 |
commit | 97cbf86e7993449d8299c9c1accb4dca3f44cb0c (patch) | |
tree | aafa39187029b479e45a99dd906bcb972a8ad333 | |
parent | aa33bc134a85fd8748923fa011346be6fbe28242 (diff) | |
download | samba-97cbf86e7993449d8299c9c1accb4dca3f44cb0c.tar.gz samba-97cbf86e7993449d8299c9c1accb4dca3f44cb0c.tar.bz2 samba-97cbf86e7993449d8299c9c1accb4dca3f44cb0c.zip |
packaging: fix fill-templates call to update-pkginfo to pushd appropriately first
Michael
-rwxr-xr-x | packaging/bin/fill-templates | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index 8b75fddf95..90527b8872 100755 --- a/packaging/bin/fill-templates +++ b/packaging/bin/fill-templates @@ -42,5 +42,6 @@ VERSION=`echo ${VERSION} | sed 's/\"//g'` echo "VERSION: ${VERSION}" +pushd ${TOPDIR}/packaging > /dev/null 2>&1 ${TOPDIR}/packaging/bin/update-pkginfo "${VERSION}" 1 "" - +popd > /dev/null 2>&1 |