[43219] branches/release_1_7

blb at macports.org blb at macports.org
Sun Dec 7 00:14:26 PST 2008


Revision: 43219
          http://trac.macports.org/changeset/43219
Author:   blb at macports.org
Date:     2008-12-07 00:14:25 -0800 (Sun, 07 Dec 2008)
Log Message:
-----------
Merge r43217 from trunk: properly point to the scripts in the Resources
directory; note this will need some changes to the MacPorts port itself which
I will update when 1.7.0 is formally released

Modified Paths:
--------------
    branches/release_1_7/base/portmgr/dmg/postflight

Property Changed:
----------------
    branches/release_1_7/


Property changes on: branches/release_1_7
___________________________________________________________________
Modified: svn:mergeinfo
   - /trunk:42683,42697,42734,42747,42760,42845-42847,42865,42962,42978,43001,43080,43083,43140,43153,43194,43216
   + /trunk:42683,42697,42734,42747,42760,42845-42847,42865,42962,42978,43001,43080,43083,43140,43153,43194,43216-43217

Modified: branches/release_1_7/base/portmgr/dmg/postflight
===================================================================
--- branches/release_1_7/base/portmgr/dmg/postflight	2008-12-07 08:12:45 UTC (rev 43218)
+++ branches/release_1_7/base/portmgr/dmg/postflight	2008-12-07 08:14:25 UTC (rev 43219)
@@ -60,9 +60,9 @@
     fi
     
     # Add [default] tag to the central MacPorts repository, if it isn't already
-    ${TCLSH} upgrade_sources_conf_default.tcl ${PREFIX}
+    ${TCLSH} ${0}/Contents/Resources/upgrade_sources_conf_default.tcl ${PREFIX}
     # Remove any duplicates from the dep map (could occur with 1.6 and earlier)
-    ${TCLSH} dep_map_clean.tcl ${TCL_PACKAGE_DIR}
+    ${TCLSH} ${0}/Contents/Resources/dep_map_clean.tcl ${TCL_PACKAGE_DIR}
 }
 
 # Through this command we write an environment variable to an appropriate shell configuration file,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081207/e1d95845/attachment.html>


More information about the macports-changes mailing list