[46975] trunk/base/portmgr/packaging/packageall.tcl

raimue at macports.org raimue at macports.org
Wed Feb 18 14:21:22 PST 2009


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

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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090218/91c144a0/attachment.html>


More information about the macports-changes mailing list