Ticket #36597: portpkg.tcl.patch
File portpkg.tcl.patch, 330 bytes (added by damoclark (Damo), 12 years ago) |
---|
Line | |
---|---|
1 | 189c189 |
2 | < system "cd ${destpath} && [findBinary pax $portutil::autoconf::pax_path] -x [findBinary cpio $portutil::autoconf::cpio_path] -w -z . > ${pkgpath}/Contents/Archive.pax.gz" |
3 | --- |
4 | > system "cd ${destpath} && [findBinary pax $portutil::autoconf::pax_path] -x cpio -w -z . > ${pkgpath}/Contents/Archive.pax.gz" |