1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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"