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:
parent
e8fb05d57b
commit
696d3d44dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue