Browse Source

fix copy of multiple rpms

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
Jessica Frazelle 9 years ago
parent
commit
f549b1c9ea
1 changed files with 1 additions and 1 deletions
  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"