Navigation Menu

Skip to content

Commit

Permalink
yum: use more proper name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 24, 2012
1 parent 6375c51 commit 7a87775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yum/build-in-chroot.sh
Expand Up @@ -154,8 +154,8 @@ for architecture in $ARCHITECTURES; do
;;
centos)
distribution_versions="5 6"
if [ -n "$DISTRIBUTION_VERSIONS" ]; then
distribution_versions=$DISTRIBUTION_VERSIONS
if [ -n "$CENTOS_VERSIONS" ]; then
distribution_versions=$CENTOS_VERSIONS
fi
;;
esac
Expand Down

0 comments on commit 7a87775

Please sign in to comment.