On Feb 18, 2009, at 16:21, [email protected] wrote:

Revision: 46975
          http://trac.macports.org/changeset/46975
Author:   [email protected]
Date:     2009-02-18 14:21:21 -0800 (Wed, 18 Feb 2009)
Log Message:
-----------
portmgr/packaging/packageall.tcl:
Fix typo introduced in r46958

Well good grief. :) Thanks for noticing.


Modified Paths:
--------------
    trunk/base/portmgr/packaging/packageall.tcl

Modified: trunk/base/portmgr/packaging/packageall.tcl
===================================================================
--- trunk/base/portmgr/packaging/packageall.tcl 2009-02-18 22:09:20 UTC (rev 46974) +++ trunk/base/portmgr/packaging/packageall.tcl 2009-02-18 22:21:21 UTC (rev 46975)
@@ -262,7 +262,7 @@
# - keep distfiles outside /opt/local so we don't have to keep fetching them.
        # - send out an email to the maintainer if any errors occurred.

-       ui_msg "removing /optlocal"
+       ui_msg "removing /opt/local"
        #unset ui_options(ports_verbose)
        if {[catch {system "rm -Rf /opt/local"} error]} {
                puts stderr "Internal error: $error"
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to