From f22c7beace9277f8ad600c38272bc8a003893d2e Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 13 Aug 2011 12:31:02 +0200 Subject: po/Makefile: Fix version file path We broke this in 888db089c515270fd5cd9a9bedd217110f43bc4c when adding the ".php" extension to all inclusion files. Seems like we forgot to do this in the Makefile. Signed-off-by: Lukas Fleischer --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 8814d630..fd3a1ef4 100644 --- a/po/Makefile +++ b/po/Makefile @@ -41,7 +41,7 @@ all: ${MOFILES} update-pot: pkgname=AUR; \ - pkgver=`sed -n 's/.*"AUR_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc`; \ + pkgver=`sed -n 's/.*"AUR_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc.php`; \ xgettext --default-domain=aur -L php --keyword=__ --no-location \ --add-comments=TRANSLATORS: --package-name="$$pkgname" \ --package-version="$$pkgver" \ -- cgit v1.2.3-24-g4f1b