Ticket #36597: portpkg.tcl.patch

File portpkg.tcl.patch, 330 bytes (added by damoclark (Damo), 12 years ago)

Patch to portpkg.tcl setting the archive format to 'cpio' rather than '/usr/bin/cpio'

Line 
1189c189
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"