소스 검색

fix copy of multiple rpms

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Jessica Frazelle 9 년 전
부모
커밋
f549b1c9ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hack/make/release-rpm

+ 1 - 1
hack/make/release-rpm

@@ -67,7 +67,7 @@ for distro in "${distros[@]}"; do
 		fi
 
 		# copy the rpms to the packages folder
-		cp "$RPMFILE" "$REPO/$suite/Packages"
+		cp "${RPMFILE[@]}" "$REPO/$suite/Packages"
 
 		# update the repo
 		createrepo --pretty --update "$REPO/$suite"