[Groonga-mysql-commit] mroonga/mariadb-sync at 24b762e [master] Fix path

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 22 18:11:23 JST 2014


Kouhei Sutou	2014-01-22 18:11:23 +0900 (Wed, 22 Jan 2014)

  New Revision: 24b762e6d772b7c2b24a1f9b25726769886ce967
  https://github.com/mroonga/mariadb-sync/commit/24b762e6d772b7c2b24a1f9b25726769886ce967

  Message:
    Fix path

  Modified files:
    sync.sh

  Modified: sync.sh (+4 -2)
===================================================================
--- sync.sh    2014-01-22 18:00:48 +0900 (01d8741)
+++ sync.sh    2014-01-22 18:11:23 +0900 (28d3926)
@@ -75,8 +75,10 @@ update_mroonga()
     mkdir -p "${bundled_mroonga_dir}"
     cp -a * "${bundled_mroonga_dir}/"
     rm -rf "${bundled_mroonga_dir}/doc/"
-    ruby flatten-test.rb "${bundled_mroonga_dir}/mysql-test/storage"
-    ruby flatten-test.rb "${bundled_mroonga_dir}/mysql-test/wrapper"
+    ruby "${base_dir}/flatten-test.rb" \
+	"${bundled_mroonga_dir}/mysql-test/mroonga/storage"
+    ruby "${base_dir}/flatten-test.rb" \
+	"${bundled_mroonga_dir}/mysql-test/mroonga/wrapper"
 }
 
 update_groonga()
-------------- next part --------------
HTML����������������������������...
下載 



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