diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index e27e85b..1659f83 100644 --- a/po/Makefile +++ b/po/Makefile @@ -49,7 +49,7 @@ POTFILES: update-pot: POTFILES pkgname=AUR; \ - pkgver=`sed -n 's/.*"AUR_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc.php`; \ + pkgver=`sed -n 's/.*"AURWEB_VERSION", "\(.*\)".*/\1/p' ../web/lib/version.inc.php`; \ xgettext --default-domain=aur -L php --keyword=__ --keyword=_n:1,2 \ --no-location --add-comments=TRANSLATORS: \ --package-name="$$pkgname" --package-version="$$pkgver" \ |