[SCM] root-system: CERN's ROOT Data Analysis Framework branch, master, updated. upstream/5.34.00-50-g3b30c12

Lifeng Sun lifongsun at gmail.com
Sat Jul 14 15:00:27 UTC 2012


The following commit has been merged in the master branch:
commit a2a2f13135247fcfe9fa46e593d3a7e5c1265d4b
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Sat Jul 14 20:44:47 2012 +0800

    Minor change.

diff --git a/debian/rules b/debian/rules
index 42231f8..cc73d0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -613,7 +613,7 @@ install-arch: build-arch
 
 	# Rename proofserv in /usr/bin to end in `.bin' and make wrapper
 	# script in /usr/bin
-	i=proofserv; do	\
+	i=proofserv; \
 	  if test -f $(DTMP)$(PREFIX)/bin/$$i &&			\
 	     test -f debian/skel/$$i.in ; then			\
 	    mv $(DTMP)$(PREFIX)/bin/$$i					\
@@ -624,7 +624,7 @@ install-arch: build-arch
 		> $(DTMP)$(PREFIX)/bin/$$i	;			\
 	    chmod 755 $(DTMP)$(PREFIX)/bin/$$i ; 			\
 	  else 								\
-	    echo $i missing in $(DTMP)$(PREFIX)/bin ; fi ; done 
+	    echo $i missing in $(DTMP)$(PREFIX)/bin ; fi
 
 	# Make the empty proof log file 
 	mkdir -p $(DTMP)$(PREFIX)/share/root/proof/log

-- 
root-system: CERN's ROOT Data Analysis Framework



More information about the debian-science-commits mailing list