[Groonga-commit] groonga/packages.groonga.org at 6acfc28 [master] Require mysql_config

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Oct 1 12:33:32 JST 2014


Kouhei Sutou	2014-10-01 12:33:32 +0900 (Wed, 01 Oct 2014)

  New Revision: 6acfc28aee5a1d9daefa297ae6edeb6a974507a0
  https://github.com/groonga/packages.groonga.org/commit/6acfc28aee5a1d9daefa297ae6edeb6a974507a0

  Message:
    Require mysql_config

  Modified files:
    ansible/files/create-snapshot-package.sh

  Modified: ansible/files/create-snapshot-package.sh (+1 -1)
===================================================================
--- ansible/files/create-snapshot-package.sh    2014-10-01 12:32:39 +0900 (83d3202)
+++ ansible/files/create-snapshot-package.sh    2014-10-01 12:33:32 +0900 (52deb46)
@@ -30,7 +30,7 @@ export PKG_CONFIG_PATH=$HOME/work/nightly/lib/pkgconfig
 
 build_mysql() {
   run cd ~/work/
-  if [ -d "${mysql_base}" ]; then
+  if [ -f "${mysql_base}/scripts/mysql_config" ]; then
     return 0
   fi
 
-------------- next part --------------
HTML����������������������������...
Download 



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