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

Modified Files:
        update.sh 
Log Message:
Use fink's own setup script instead of trying to fake it with sed


Index: update.sh
===================================================================
RCS file: /cvsroot/fink/scripts/pdb/update.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- update.sh   25 Oct 2005 00:51:11 -0000      1.5
+++ update.sh   4 Apr 2006 21:43:23 -0000       1.6
@@ -4,12 +4,14 @@
 cvs -q update -dP
 cd basepath
 cvs -q update -dP
-cd perlmod/Fink
-rm -f FinkVersion.pm
-sed "s|@VERSION@|`cat ../../VERSION`|" < FinkVersion.pm.in > FinkVersion.pm
-cd ../../..
+cd ..
 
 echo "Fixing permissions"
 chgrp -R fink .
 chmod -f -R g+w,a+r .
 chmod o-rwx db.inc.pl
+
+echo "Creating fink itself"
+cd basepath
+./setup.sh $PWD/basepath
+cd ..



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to