fix copy of multiple rpms

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle
2015-10-22 15:07:05 -04:00
committed by Tibor Vass
parent 7e6a483578
commit d676ebc156
+1 -1
View File
@@ -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"