diff options
-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 |