msbuild-bin: use bsdtar for all extraction

for whatever reason extracting this archive with ar hangs under
ppc64-musl, so just use bsdtar...
This commit is contained in:
q66 2020-10-04 22:12:44 +02:00
parent e8fb05d57b
commit 696d3d44dd

View file

@ -14,7 +14,7 @@ distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbu
checksum=042bb1da521877e8ff4b2dd157304a7130bb489a3abe0642a0f9e7ff37b4f099
do_extract() {
ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
bsdtar xf ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb
bsdtar xf data.tar.xz
}