Ver Fonte

Arch work

bryan há 2 anos atrás
pai
commit
4dae2fef63
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      installJRMC

+ 1 - 2
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