mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
fix copy of multiple rpms
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
committed by
Tibor Vass
parent
7e6a483578
commit
d676ebc156
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user