Skip to content

Commit

Permalink
Merge pull request docker#16052 from jfrazelle/fix-release-selinux
Browse files Browse the repository at this point in the history
make docker-engine-selinux findable
  • Loading branch information
tianon committed Sep 4, 2015
2 parents c8c1c47 + c7b3e7e commit b019229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make/release-rpm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b019229

Please sign in to comment.