[128142] trunk/base/src/macports1.0/doctor.tcl

raimue at macports.org raimue at macports.org
Fri Nov 14 05:21:42 PST 2014


Revision: 128142
          https://trac.macports.org/changeset/128142
Author:   raimue at macports.org
Date:     2014-11-14 05:21:42 -0800 (Fri, 14 Nov 2014)
Log Message:
-----------
macports1.0/doctor.tcl:
Add a suggestion to the .profile check

Modified Paths:
--------------
    trunk/base/src/macports1.0/doctor.tcl

Modified: trunk/base/src/macports1.0/doctor.tcl
===================================================================
--- trunk/base/src/macports1.0/doctor.tcl	2014-11-14 13:20:33 UTC (rev 128141)
+++ trunk/base/src/macports1.0/doctor.tcl	2014-11-14 13:21:42 UTC (rev 128142)
@@ -717,6 +717,9 @@
             set input [gets stdin]
 
             if {$input eq "y" || $input eq "Y"} {
+                # XXX: this should use the same paths and comments as the
+                # postflight script of the pkg installer. Maybe they could even
+                # share code?
                 ui_msg "Attempting to add $port_loc/bin to $profile_path"
 
                 if {[file exists $profile_path] == 1} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141114/336e6cd5/attachment.html>


More information about the macports-changes mailing list