fix polkit build problem

This commit is contained in:
2017-10-27 18:10:19 -03:00
parent 4ba5978027
commit 297e70d124
108 changed files with 3409 additions and 2493 deletions

View File

@@ -1,5 +1,5 @@
#! /bin/sh
for i in `ls ./ | sed s'|.po||'` ; do
msgmerge --update --no-fuzzy-matching --no-wrap --add-location=file --backup=none ./$i.po pamac.pot
msgmerge --update --no-fuzzy-matching --add-location=file --backup=none ./$i.po pamac.pot
done