From d0092c78c8a97d199faf4b2dd559a936814a9200 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 2 Mar 2020 10:21:49 +0100 Subject: [PATCH] msbuild-bin: install files into the correct directory. Fixes #19641 --- srcpkgs/msbuild-bin/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/msbuild-bin/template b/srcpkgs/msbuild-bin/template index 96ed511fe5..58e9bd501b 100644 --- a/srcpkgs/msbuild-bin/template +++ b/srcpkgs/msbuild-bin/template @@ -2,7 +2,7 @@ _xamarin_rel="xamarinxplat.2020.01.10.05.36-0xamarin1+ubuntu1804b1" pkgname=msbuild-bin version=16.5 -revision=1 +revision=2 archs=noarch build_style=fetch depends="mono" @@ -13,7 +13,6 @@ homepage="https://github.com/mono/msbuild" distfiles="http://download.mono-project.com/repo/ubuntu/pool/main/m/msbuild/msbuild_${version}+${_xamarin_rel}_all.deb" checksum=62744cee275e7c8ffb264a1588940228d39be7b30e8be98d91140a5efe199ec2 - do_extract() { ar x ${XBPS_SRCDISTDIR}/msbuild-bin-${version}/msbuild_${version}+${_xamarin_rel}_all.deb bsdtar xf data.tar.xz @@ -21,6 +20,6 @@ do_extract() { do_install() { vbin usr/bin/msbuild - vcopy usr/lib usr/lib + vcopy usr/lib usr vlicense usr/share/doc/msbuild/copyright }