Fix installation of translations

This commit is contained in:
Silvan Calarco 2014-05-13 11:42:41 +02:00
parent 4d23ec5ec0
commit 4b1102916f
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ INSTALL_DATA = ${INSTALL} -m 644
INSTALL_DIR = ${INSTALL} -d -m 755
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
pck_catalogs := $(wildcard po/*/*.po)
pck_catalogs := $(wildcard po/*.po)
.po.mo:; msgfmt $< -o $@