mirror of https://github.com/docker/docs.git
fix copy of multiple rpms
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
bece5b82a8
commit
f549b1c9ea
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue