marvin: use bsdtar instead of ar
This commit is contained in:
parent
c4d38b801c
commit
e3e1eb23c5
|
@ -16,7 +16,7 @@ distfiles="https://dl.chemaxon.com/marvin/${version}/${_filename}"
|
|||
checksum=bbb25cbd8307f1f081136397c9f82be114426b96f973b8079980c46e6d62aadc
|
||||
|
||||
do_extract() {
|
||||
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename}
|
||||
bsdtar xf ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${_filename}
|
||||
tar xf data.tar.gz
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue