[120363] contrib/mpab/cleanup_old.sh

jmr at macports.org jmr at macports.org
Sat May 24 02:54:59 PDT 2014


Revision: 120363
          https://trac.macports.org/changeset/120363
Author:   jmr at macports.org
Date:     2014-05-24 02:54:59 -0700 (Sat, 24 May 2014)
Log Message:
-----------
mpab: update usage of oldports.tcl

Modified Paths:
--------------
    contrib/mpab/cleanup_old.sh

Modified: contrib/mpab/cleanup_old.sh
===================================================================
--- contrib/mpab/cleanup_old.sh	2014-05-24 09:50:08 UTC (rev 120362)
+++ contrib/mpab/cleanup_old.sh	2014-05-24 09:54:59 UTC (rev 120363)
@@ -14,7 +14,7 @@
 rm -vrf ${TOPDIR}/${ULPATH}
 rm -vrf ${PREFIX}/var/macports/distfiles/*
 
-oldports=`./oldports.tcl -t "${PREFIX}/share/macports/Tcl"`
+oldports=`./oldports.tcl -p "${PREFIX}"`
 if [[ -n "$oldports" ]]; then
     echo $oldports | xargs "${PREFIX}/bin/port" -f uninstall
 fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140524/4b4d0389/attachment.html>


More information about the macports-changes mailing list