Navigation Menu

Skip to content

Commit

Permalink
travis: remove bundled Mroonga brefore moving directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Dec 6, 2014
1 parent 4e2ca6f commit 0c88e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/travis/install.sh
Expand Up @@ -42,10 +42,10 @@ if [ "${MROONGA_BUNDLED}" = "yes" ]; then
tar_gz=${MYSQL_VERSION}.tar.gz
curl -O ${download_base}/source/${tar_gz}
tar xzf $tar_gz
mv ${MYSQL_VERSION}/* ./
if [ -d ${MYSQL_VERSION}/storage/mroonga ]; then
rm -rf ${MYSQL_VERSION}/storage/mroonga
fi
mv ${MYSQL_VERSION}/* ./
mv .mroonga storage/mroonga
rm -rf ${MYSQL_VERSION}
else
Expand Down

0 comments on commit 0c88e0f

Please sign in to comment.