Initial import into CVS.
This commit is contained in:
parent
ec812bdcbe
commit
32e81efaf4
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11717
1 changed files with 11 additions and 0 deletions
11
en/gnome/patches/patch-po::Makefile.in.in
Normal file
11
en/gnome/patches/patch-po::Makefile.in.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- po/Makefile.in.in 2002/01/14 14:48:50 1.1
|
||||
+++ po/Makefile.in.in 2002/01/14 14:49:01
|
||||
@@ -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 \
|
Loading…
Reference in a new issue