[96262] trunk/base/src/package1.0/portpkg.tcl

jmr at macports.org jmr at macports.org
Mon Aug 6 12:12:58 PDT 2012


Revision: 96262
          https://trac.macports.org/changeset/96262
Author:   jmr at macports.org
Date:     2012-08-06 12:12:57 -0700 (Mon, 06 Aug 2012)
Log Message:
-----------
fix pax usage

Modified Paths:
--------------
    trunk/base/src/package1.0/portpkg.tcl

Modified: trunk/base/src/package1.0/portpkg.tcl
===================================================================
--- trunk/base/src/package1.0/portpkg.tcl	2012-08-06 18:22:52 UTC (rev 96261)
+++ trunk/base/src/package1.0/portpkg.tcl	2012-08-06 19:12:57 UTC (rev 96262)
@@ -186,7 +186,7 @@
         write_info_plist ${pkgpath}/Contents/Info.plist $portname $portversion $portrevision
 
         system "[findBinary mkbom $portutil::autoconf::mkbom_path] ${destpath} ${pkgpath}/Contents/Archive.bom"
-        system "cd ${destpath} && [findBinary pax $portutil::autoconf::pax_path] -x [findBinary cpio $portutil::autoconf::cpio_path] -w -z . > ${pkgpath}/Contents/Archive.pax.gz"
+        system "cd ${destpath} && [findBinary pax $portutil::autoconf::pax_path] -x cpio -w -z . > ${pkgpath}/Contents/Archive.pax.gz"
 
         write_description_plist ${pkgpath}/Contents/Resources/Description.plist $portname $portversion $description
         write_sizes_file ${pkgpath}/Contents/Resources/Archive.sizes ${portname} ${portversion} ${pkgpath} ${destpath}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120806/39e18104/attachment.html>


More information about the macports-changes mailing list