mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
make docker-engine-selinux findable
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
d9065fcdb5
commit
c7b3e7e770
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ for distro in "${distros[@]}"; do
|
|||
fi
|
||||
|
||||
# path to rpms
|
||||
RPMFILE=( "bundles/$VERSION/build-rpm/$version/RPMS/x86_64/docker-engine"*.rpm "bundles/$VERSION/build-rpm/$version/SRPMS/docker-engine"*.rpm )
|
||||
RPMFILE=( "bundles/$VERSION/build-rpm/$version/RPMS/"*"/docker-engine"*.rpm "bundles/$VERSION/build-rpm/$version/SRPMS/docker-engine"*.rpm )
|
||||
|
||||
# if we have a $GPG_PASSPHRASE we may as well
|
||||
# sign the rpms before adding to repo
|
||||
|
|
Loading…
Reference in a new issue