Merge pull request #17188 from jfrazelle/fix-release-rpm

fix copy of multiple rpms
This commit is contained in:
David Calavera 2015-10-20 11:31:35 -07:00
commit a7868191d4
1 changed files with 1 additions and 1 deletions

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"