summaryrefslogtreecommitdiff
path: root/security/gringotts/files/patch-po-Makefile.in.in
blob: 08e7d77f80d6c924fd61684f0dcf74fae6f02638 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- po/Makefile.in.in.orig	Wed May 14 02:32:06 2003
+++ po/Makefile.in.in	Wed May 14 02:32:22 2003
@@ -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 \