summaryrefslogtreecommitdiff
path: root/www/galeon2/files/patch-po::Makefile.in.in
blob: badad97ac354be2208f5da955de24a3a2385dfec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- po/Makefile.in.in	2001/07/04 17:56:11	1.1
+++ po/Makefile.in.in	2001/07/04 17:56:34
@@ -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 \