summaryrefslogtreecommitdiff
path: root/www/screem-devel/files/patch-po::Makefile.in.in
blob: af9aed221d8f01de808c846a1f2b016ca0205699 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- po/Makefile.in.in	2001/08/03 10:53:37	1.1
+++ po/Makefile.in.in	2001/08/03 10:53:57
@@ -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 \