Changes between Version 1 and Version 2 of Ticket #61819, comment 4


Ignore:
Timestamp:
Dec 16, 2020, 2:35:35 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61819, comment 4

    v1 v2  
    33if { ${os.platform} eq "darwin" && ${os.major} < 10 } {
    44    depends_extract-append port:gnutar
    5     extract.post_args {| gnutar --no-same-owner -xf -}
     5    extract.post_args {| ${prefix}/bin/gnutar --no-same-owner -xf -}
    66}
    77}}}