[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-18-g31f173f

Steffen Moeller moeller at debian.org
Tue Jul 13 22:24:05 UTC 2010


The following commit has been merged in the master branch:
commit 08f8bc7951f38925f46436d895fc50ae9eeb8a98
Author: Steffen Moeller <moeller at debian.org>
Date:   Wed Apr 28 00:53:42 2010 +0200

    Fixed syntax error.

diff --git a/debian/patches/006_correct_catalog_path.patch b/debian/patches/006_correct_catalog_path.patch
index 107622d..67ae76c 100644
--- a/debian/patches/006_correct_catalog_path.patch
+++ b/debian/patches/006_correct_catalog_path.patch
@@ -22,7 +22,7 @@ Index: boinc/locale/Makefile.am
 +	  $(INSTALL) -d "$$mydir/$$ldir"/LC_MESSAGES ; \
  	  if [ -f $$ldir/BOINC-Manager.mo ] ; then \
 -	    $(INSTALL) $$ldir/BOINC-Manager.mo $$mydir/$$ldir/BOINC-Manager.mo ; \
-+	    $(INSTALL) "$$ldir/BOINC-Manager.mo "$$mydir/$$ldir/BOINC-Manager.mo" ; \
++	    $(INSTALL) "$$ldir/BOINC-Manager.mo" "$$mydir/$$ldir/BOINC-Manager.mo" ; \
  	  fi ;\
  	done
  

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list