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

Modified Files:
      Tag: branch_0_24
        ChangeLog Validation.pm 
Log Message:
Backport spotlight-safe default builddir


Index: Validation.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/Validation.pm,v
retrieving revision 1.170.2.3
retrieving revision 1.170.2.4
diff -u -d -r1.170.2.3 -r1.170.2.4
--- Validation.pm       14 Jul 2005 06:53:56 -0000      1.170.2.3
+++ Validation.pm       15 Jul 2005 18:25:21 -0000      1.170.2.4
@@ -331,10 +331,10 @@
        # determine the base path
        if (defined $val_prefix) {
                $basepath = $val_prefix;
-               $buildpath = "$basepath/src";
+               $buildpath = "$basepath/src/fink.build";
        } else {
                $basepath = $config->param_default("basepath", "/sw");
-               $buildpath = $config->param_default("buildpath", 
"$basepath/src");
+               $buildpath = $config->param_default("buildpath", 
"$basepath/src/fink.build");
        }
 
        # make sure have InfoN (N>=2) if use Info2 features

Index: ChangeLog
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/ChangeLog,v
retrieving revision 1.873.2.51
retrieving revision 1.873.2.52
diff -u -d -r1.873.2.51 -r1.873.2.52
--- ChangeLog   14 Jul 2005 17:15:41 -0000      1.873.2.51
+++ ChangeLog   15 Jul 2005 18:25:21 -0000      1.873.2.52
@@ -1,3 +1,7 @@
+2005-07-15 Daniel Macks  <[EMAIL PROTECTED]>
+
+       * Validation.pm: default builddir is now src/fink.build (backport)
+
 2005-07-14  Benjamin Reed  <[EMAIL PROTECTED]>
 
        * VirtPackage.pm: Backport: cups-dev, system-sdk-*, gimp-print7,



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to