[glib/jjardon/gettext: 2/2] po/Makefile.in.in: populate /usr/share/glib-2.0/gettext as well



commit 99cfb98b6448cb9a576c658f36d8821e800e9041
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Jan 10 17:10:18 2016 +0000

    po/Makefile.in.in: populate /usr/share/glib-2.0/gettext as well
    
    For packages still using the AM_GLIB_GNU_GETTEXT macro

 po/Makefile.in.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 65184f6..a336c59 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -28,7 +28,7 @@ exec_prefix = @exec_prefix@
 datarootdir = @datarootdir@
 datadir = @datadir@
 localedir = @localedir@
-gettextsrcdir = $(datadir)/gettext/po
+gettextsrcdir = $(datadir)/glib-2.0/gettext/po
 
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
@@ -241,7 +241,7 @@ $(POFILES): $(POFILESDEPS)
 install: install-exec install-data
 install-exec:
 install-data: install-data- USE_NLS@
-       if test "$(PACKAGE)" = "gettext-tools"; then \
+       if test "$(PACKAGE)" = "glib"; then \
          $(mkdir_p) $(DESTDIR)$(gettextsrcdir); \
          for file in $(DISTFILES.common) Makevars.template; do \
            $(INSTALL_DATA) $(srcdir)/$$file \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]