From 4dae2fef637185ce01dc46ef098439d927c9185c Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 7 Jan 2023 11:38:29 -0500 Subject: [PATCH] Arch work --- installJRMC | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installJRMC b/installJRMC index a6dccac..2b11925 100755 --- a/installJRMC +++ b/installJRMC @@ -855,12 +855,11 @@ installMCARCH() { 'vorbis-tools: ogg vorbis support' 'musepack-tools: musepack support' ) - source=("http://files.jriver.com/mediacenter/channels/v30/latest/MediaCenter-$MCVERSION-amd64.deb" 'License.txt') + source=("http://files.jriver.com/mediacenter/channels/v30/latest/MediaCenter-$MCVERSION-amd64.deb") package() { cd "\$srcdir" bsdtar xf data.tar.xz -C "\$pkgdir" - install -Dm644 "License.txt" "\$pkgdir/usr/share/licenses/\$pkgname/COPYING" } EOF