소스 검색

Strip rpm array modifications

bryan 6 일 전
부모
커밋
45be120254
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -1028,8 +1028,8 @@ build_pkgbuild() {
 		arch=("$ARCH")
 		url="https://www.jriver.com/"
 		license=("custom")
-		depends=(${requires_arr[@]})
-		optdepends=(${recommends_arr[@]})
+		depends=(${requires_arr[@]#* })
+		optdepends=(${recommends_arr[@]#* })
 		source=("$MC_SOURCE")
 
 		package() {