aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution-devel/files/patch-po::Makefile.in.in
blob: f6aa43a9d474e615e11f5ab55b82bcf0ccf390ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- po/Makefile.in.in	2002/01/13 17:11:01	1.1
+++ po/Makefile.in.in	2002/01/13 17:11:38
@@ -125,7 +125,7 @@
 	    *.gmo) destdir=$(DESTDIR)$(gnulocaledir);; \
 	    *)     destdir=$(DESTDIR)$(localedir);; \
 	  esac; \
-	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
+	  lang=`echo $$cat | sed 's/\.mo$$//'`; \
 	  dir=$$destdir/$$lang/LC_MESSAGES; \
 	  if test -r "$(MKINSTALLDIRS)"; then \
 	    $(MKINSTALLDIRS) $$dir; \