SOURCES: bluefish-po_install.patch (NEW) - po makefile typo
freetz
freetz at pld-linux.org
Mon Jun 13 20:10:59 CEST 2005
Author: freetz Date: Mon Jun 13 18:10:59 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- po makefile typo
---- Files affected:
SOURCES:
bluefish-po_install.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/bluefish-po_install.patch
diff -u /dev/null SOURCES/bluefish-po_install.patch:1.1
--- /dev/null Mon Jun 13 20:10:59 2005
+++ SOURCES/bluefish-po_install.patch Mon Jun 13 20:10:54 2005
@@ -0,0 +1,12 @@
+diff -aurN bluefish-1.0.1.orig/po/Makefile.in bluefish-1.0.1/po/Makefile.in
+--- bluefish-1.0.1.orig/po/Makefile.in 2005-04-12 04:32:33.000000000 +0200
++++ bluefish-1.0.1/po/Makefile.in 2005-06-13 19:01:28.110522912 +0200
+@@ -71,7 +71,7 @@
+ @for file in $(SRCS) ; do \
+ lang=`echo $${file} | sed -e 's/\.po$$//'`;\
+ echo -n "updating $${lang}.po...";\
+- $(MSGMERGE) -q --output-file=tmp.po $${lang}.po bluefish.po && mv tmp.po $${lang}.po;\
++ $(MSGMERGE) -q --output-file=tmp.po $${lang}.po ${PACKAGE}.po && mv tmp.po $${lang}.po;\
+ $(MSGFMT) --statistics $${lang}.po -o $${lang}.gmo ;\
+ done
+
================================================================
More information about the pld-cvs-commit
mailing list