diff options
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 9b4ff65..c92176d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -33,7 +33,7 @@ MSGID_BUGS_ADDRESS = https://bugs.archlinux.org/index.php?project=2 all: ${MOFILES} %.mo: %.po - msgfmt -o $@ $< + msgfmt --check -o $@ $< %.po-update: %.po aur.pot lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ |