]> git.pld-linux.org Git - packages/bluefish.git/commitdiff
- po makefile typo
authorfreetz <freetz@pld-linux.org>
Mon, 13 Jun 2005 18:10:54 +0000 (18:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bluefish-po_install.patch -> 1.1

bluefish-po_install.patch [new file with mode: 0644]

diff --git a/bluefish-po_install.patch b/bluefish-po_install.patch
new file mode 100644 (file)
index 0000000..59a1c81
--- /dev/null
@@ -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
This page took 0.118344 seconds and 4 git commands to generate.