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

@@ -2,6 +2,9 @@
# Generate translations for certain files such as polkit
pushd "${PWD}"/po
./populate_LINGUAS_file.sh
./create_pot_file.sh
./update_po_files.sh
make
make clean
popd