[46975] trunk/base/portmgr/packaging/packageall.tcl
Ryan Schmidt
ryandesign at macports.org
Wed Feb 18 16:18:08 PST 2009
On Feb 18, 2009, at 16:21, raimue at macports.org wrote:
> 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
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"
More information about the macports-dev
mailing list