diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-25 02:22:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-25 02:22:04 +0000 |
commit | 54a96080f2f8c47c7a88408baa9cfd364e1188ce (patch) | |
tree | 33b15f74372503125db165e3fb2b1d8400fb9a43 /palm/gnomepilot/files/patch-po::Makefile.in.in | |
parent | upgrade to 2002-2-1 (diff) |
Update to 0.1.67.
Notes
Notes:
svn path=/head/; revision=68762
Diffstat (limited to 'palm/gnomepilot/files/patch-po::Makefile.in.in')
-rw-r--r-- | palm/gnomepilot/files/patch-po::Makefile.in.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/palm/gnomepilot/files/patch-po::Makefile.in.in b/palm/gnomepilot/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..68b6a8c98491 --- /dev/null +++ b/palm/gnomepilot/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- 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 \ |