[43217] trunk/base/portmgr/dmg/postflight

blb at macports.org blb at macports.org
Sun Dec 7 00:10:25 PST 2008


Revision: 43217
          http://trac.macports.org/changeset/43217
Author:   blb at macports.org
Date:     2008-12-07 00:10:24 -0800 (Sun, 07 Dec 2008)
Log Message:
-----------
portmgr/dmg/postflight - 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:
--------------
    trunk/base/portmgr/dmg/postflight

Modified: trunk/base/portmgr/dmg/postflight
===================================================================
--- trunk/base/portmgr/dmg/postflight	2008-12-07 08:09:01 UTC (rev 43216)
+++ trunk/base/portmgr/dmg/postflight	2008-12-07 08:10:24 UTC (rev 43217)
@@ -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/612ed9a5/attachment.html>


More information about the macports-changes mailing list