Update of /cvsroot/fink/fink/perlmod/Fink/Finally
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3620/Finally

Modified Files:
        Buildlock.pm 
Log Message:
Buildlock scripts should use the same perl interp as fink itself.


Index: Buildlock.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Finally/Buildlock.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Buildlock.pm        23 Mar 2006 23:11:43 -0000      1.1
+++ Buildlock.pm        24 Mar 2006 02:43:46 -0000      1.2
@@ -162,7 +162,7 @@
   exit 1
 fi
 
-if perl -e 'exit 0 unless eval { require Fink::Finally::Buildlock }; \\
+if /usr/bin/perl -e 'exit 0 unless eval { require Fink::Finally::Buildlock }; 
\\
        exit !Fink::Finally::Buildlock->can_remove("$lockfile")'; then
   rm -f $lockfile
   exit 0
@@ -297,4 +297,4 @@
 
 =cut
 
-1;
\ No newline at end of file
+1;



-------------------------------------------------------
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