summaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs/files/patch-po::Makefile.in.in
blob: 8cd933b461121a43b8593e02ea523a5a9a2e28f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- po/Makefile.in.in   2002/01/14 11:02:35 1.1
+++ po/Makefile.in.in   2002/01/14 11:02:49
@@ -106,7 +106,7 @@
    @catalogs='$(CATALOGS)'; \
    for cat in $$catalogs; do \
      cat=`basename $$cat`; \
-     lang=`echo $$cat | sed 's/\.gmo$$//'`; \
+     lang=`echo $$cat | sed 's/\.mo$$//'`; \
      dir=$(localedir)/$$lang/LC_MESSAGES; \
      $(mkinstalldirs) $(DESTDIR)$$dir; \
      if test -r $$cat; then \