Navigation Menu

Skip to content

Commit

Permalink
Support include/mroonga/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2013
1 parent a5c691f commit b07a7cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sync.sh
Expand Up @@ -77,10 +77,11 @@ update_mroonga()

mysql_test_dir="${mroonga_branch_dir}/mysql-test"
mroonga_test_suite="${mysql_test_dir}/suite/mroonga"
mroonga_include="${mysql_test_dir}/include/mroonga"
rm -rf "${mroonga_test_suite}"
mv "${bundled_mroonga_dir}/test/sql/suite/mroonga" "${mroonga_test_suite}"
mv "${bundled_mroonga_dir}/test/sql/include/"*.inc \
"${mysql_test_dir}/include"
rm -rf "${mroonga_include}"
mv "${bundled_mroonga_dir}/test/sql/include/mroonga" "${mroonga_include}"
rm -rf "${bundled_mroonga_dir}/test"
}

Expand Down

0 comments on commit b07a7cc

Please sign in to comment.