From d75376bd44a4fd41e319820caa29d139a568eca1 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 11 Feb 2009 22:25:41 +0100 Subject: [PATCH] s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates Michael (cherry picked from commit 88a3430e6db9fe31fe711a6fdc90d6604dac63e3) --- packaging/bin/fill-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT