[24972] branches/dp2mp-move/base/portmgr/IndexRegen.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed May 9 10:08:32 PDT 2007


Revision: 24972
          http://trac.macosforge.org/projects/macports/changeset/24972
Author:   jmpp at macports.org
Date:     2007-05-09 10:08:32 -0700 (Wed, 09 May 2007)

Log Message:
-----------
Merging r24921: /usr/sbin needs to be in the path of the script so that mtree(8) is found by mp's autoconf magic.

Modified Paths:
--------------
    branches/dp2mp-move/base/portmgr/IndexRegen.sh

Modified: branches/dp2mp-move/base/portmgr/IndexRegen.sh
===================================================================
--- branches/dp2mp-move/base/portmgr/IndexRegen.sh	2007-05-09 16:56:49 UTC (rev 24971)
+++ branches/dp2mp-move/base/portmgr/IndexRegen.sh	2007-05-09 17:08:32 UTC (rev 24972)
@@ -31,7 +31,7 @@
 # Where MP installs macports1.0. This gets created.
 TCLPKG=${PREFIX}/lib/tcl
 # Path.
-PATH=${PREFIX}/bin:/bin:/usr/bin:/opt/local/bin
+PATH=${PREFIX}/bin:/bin:/usr/bin:/usr/sbin:/opt/local/bin
 # Log for the e-mail in case of failure.
 FAILURE_LOG=${ROOT}/failure.log
 # Commit message.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070509/ce0ffe4c/attachment.html


More information about the macports-changes mailing list