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


Ignore:
Timestamp:
Dec 16, 2020, 2:34:49 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61819, comment 4

    initial v1  
    11This, maybe:
    22{{{
    3 depends_extract-append port:gnutar
    4 extract.post_args {| gnutar --no-same-owner -xf -}
     3if { ${os.platform} eq "darwin" && ${os.major} < 10 } {
     4    depends_extract-append port:gnutar
     5    extract.post_args {| gnutar --no-same-owner -xf -}
     6}
    57}}}