[110765] users/pixilla/scripts/mp-port-clean-find-work

pixilla at macports.org pixilla at macports.org
Thu Sep 5 07:42:01 PDT 2013


Revision: 110765
          https://trac.macports.org/changeset/110765
Author:   pixilla at macports.org
Date:     2013-09-05 07:42:01 -0700 (Thu, 05 Sep 2013)
Log Message:
-----------
users/pixilla/scripts:
- Use full path to port dir.

Modified Paths:
--------------
    users/pixilla/scripts/mp-port-clean-find-work

Modified: users/pixilla/scripts/mp-port-clean-find-work
===================================================================
--- users/pixilla/scripts/mp-port-clean-find-work	2013-09-05 14:33:23 UTC (rev 110764)
+++ users/pixilla/scripts/mp-port-clean-find-work	2013-09-05 14:42:01 UTC (rev 110765)
@@ -8,5 +8,5 @@
 
 DIRS=$(find $MP_SVNDPORTS -depth 3 -type l -name work -exec echo {} \; | awk -F/ '{print $(NF-2)"/"$(NF-1)}')
 for DIR in ${DIRS};do
-    sudo port clean $DIR
+    sudo port clean $MP_SVNDPORTS/$DIR
 done
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130905/3297433d/attachment.html>


More information about the macports-changes mailing list