You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/gperiodic/files/gperiodic-3.0.1-nls.patch

21 lines
488 B

po/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/po/Makefile b/po/Makefile
index d7d7d78..c596e5b 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -26,10 +26,12 @@ endif
install:
$(MAKE) all
+ifeq ($(enable_nls),1)
for f in $(FILES_MO) ; do \
mkdir -p $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES ; \
install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES/$(PACKAGE).mo ; \
done
+endif
uninstall:
for f in $(FILES_MO) ; do \