fix copy of multiple rpms
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
bece5b82a8
commit
f549b1c9ea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue