gperiodic-2.0.10-nls.patch 508 B

123456789101112131415161718192021
  1. po/Makefile | 2 ++
  2. 1 files changed, 2 insertions(+), 0 deletions(-)
  3. diff --git a/po/Makefile b/po/Makefile
  4. index d7d7d78..179dad6 100644
  5. --- a/po/Makefile
  6. +++ b/po/Makefile
  7. @@ -26,10 +26,12 @@ endif
  8. install:
  9. $(MAKE) all
  10. +ifeq ($(enable_nls),1)
  11. for f in $(FILES_MO) ; do \
  12. mkdir -p $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES ; \
  13. install -m 644 $$f $(DESTDIR)$(LOCALEDIR)/`basename $$f .mo`/LC_MESSAGES/$(PACKAGE).mo ; \
  14. done
  15. +endif
  16. uninstall:
  17. for f in $(FILES_MO) ; do \