Update of /cvsroot/fink/scripts/pdb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31570

Modified Files:
        update.sh 
Log Message:
the local fink installation is now in 'basepath' rather than 'Fink', and
we adjust the version correctly when updating


Index: update.sh
===================================================================
RCS file: /cvsroot/fink/scripts/pdb/update.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- update.sh   4 Jun 2005 23:17:51 -0000       1.4
+++ update.sh   25 Oct 2005 00:51:11 -0000      1.5
@@ -2,9 +2,12 @@
 
 echo "Updating CVS..."
 cvs -q update -dP
-cd Fink
+cd basepath
 cvs -q update -dP
-cd ..
+cd perlmod/Fink
+rm -f FinkVersion.pm
+sed "s|@VERSION@|`cat ../../VERSION`|" < FinkVersion.pm.in > FinkVersion.pm
+cd ../../..
 
 echo "Fixing permissions"
 chgrp -R fink .



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to