Explorar o código

fix copy of multiple rpms

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Jessica Frazelle %!s(int64=9) %!d(string=hai) anos
pai
achega
f549b1c9ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"