[med-svn] r6905 - trunk/packages/mgltools

Thorsten Alteholz alteholz-guest at alioth.debian.org
Wed Jun 1 17:35:43 UTC 2011


Author: alteholz-guest
Date: 2011-06-01 17:35:43 +0000 (Wed, 01 Jun 2011)
New Revision: 6905

Modified:
   trunk/packages/mgltools/BUILD
Log:
update -d reveals the missing directories

Modified: trunk/packages/mgltools/BUILD
===================================================================
--- trunk/packages/mgltools/BUILD	2011-06-01 17:33:20 UTC (rev 6904)
+++ trunk/packages/mgltools/BUILD	2011-06-01 17:35:43 UTC (rev 6905)
@@ -54,11 +54,9 @@
   cvs -z3 -d:pserver:anonymous at mgl1.scripps.edu:/opt/cvs co -r rc-1-5-4 MGLPACKSDIST
 
 Otherwise, if you have an older version checked out already,
-just change to all of the directories and run the "cvs -z3 update".
-However, it was found out this to leave out some newly created
-directories.
+just change to all of the directories and run the "cvs -z3 update -d".
 
-  for i in *; do echo $i; (cd $i && cvs -z3 update); done
+  for i in *; do echo $i; (cd $i && cvs -z3 update -d); done
 
 Should you later when performing the Debian packaging find Python libraries to
 remain missing, then write a report to the developers and download the missing
@@ -244,7 +242,7 @@
 # Stay in the current directory and download the upstream
 # source code ... or move or symbolically link that file to this
 # directory if you have downloaded it already
-wget http://mgltools.scripps.edu/downloads/tars/releases/REL$(VERSION)/mgltools_source_$(VERSION).tar.gz
+wget http://mgltools.scripps.edu/downloads/tars/releases/REL${VERSION}/mgltools_source_${VERSION}.tar.gz
 
 # unpack it
 tar xzvf mgltools_source_$VERSION.tar.gz




More information about the debian-med-commit mailing list