[Groonga-commit] groonga/groonga [master] yum: use more proper expression

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Aug 24 12:40:35 JST 2012


HAYASHI Kentaro	2012-08-24 12:40:35 +0900 (Fri, 24 Aug 2012)

  New Revision: a45a7ee17ae1a0bedee446e821cb99103fd41395
  https://github.com/groonga/groonga/commit/a45a7ee17ae1a0bedee446e821cb99103fd41395

  Log:
    yum: use more proper expression

  Modified files:
    packages/yum/build-in-chroot.sh

  Modified: packages/yum/build-in-chroot.sh (+2 -1)
===================================================================
--- packages/yum/build-in-chroot.sh    2012-08-24 12:39:07 +0900 (3ffac9d)
+++ packages/yum/build-in-chroot.sh    2012-08-24 12:40:35 +0900 (3a4f9ac)
@@ -153,9 +153,10 @@ for architecture in $ARCHITECTURES; do
 		distribution_versions="17"
 		;;
 	    centos)
-		distribution_versions="5 6"
 		if [ -n "$CENTOS_VERSIONS" ]; then
 		    distribution_versions="$CENTOS_VERSIONS"
+		else
+		    distribution_versions="5 6"
 		fi
 		;;
 	esac
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index