[89391] trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl

pixilla at macports.org pixilla at macports.org
Fri Jan 27 14:51:04 PST 2012


Revision: 89391
          http://trac.macports.org/changeset/89391
Author:   pixilla at macports.org
Date:     2012-01-27 14:51:04 -0800 (Fri, 27 Jan 2012)
Log Message:
-----------
_resources/port1.0/group/php5pear-1.0.tcl:
- Fix tar flags.

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl

Modified: trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl	2012-01-27 22:35:05 UTC (rev 89390)
+++ trunk/dports/_resources/port1.0/group/php5pear-1.0.tcl	2012-01-27 22:51:04 UTC (rev 89391)
@@ -144,7 +144,7 @@
         # Get the name of our package xml file.
         php5pear.packagexml [lindex [exec tar -tzf ${distpath}/${distname}${extract.suffix} | grep package.*\.xml] 0]
         # The "--strip-components 1" causes the loss of our package file so we will extract it now.
-        system "tar -z -x -v -f '${distpath}/${distname}${extract.suffix}' - -C '${php5pear.sourceroot}' ${php5pear.packagexml}"
+        system "tar -z -x -v -f '${distpath}/${distname}${extract.suffix}' -C '${php5pear.sourceroot}' ${php5pear.packagexml}"
         # Install the pear command using the phar file.
         system "${php5pear.cmd-pre} ${php5pear.cmd-php} ${php5pear.cmd-phar}"
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120127/51fd8145/attachment.html>


More information about the macports-changes mailing list