Navigation Menu

Skip to content

Commit

Permalink
Install rroonga at first
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 8, 2015
1 parent 860f92f commit cc132ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Expand Up @@ -236,12 +236,13 @@ install_rroonga() {
install_from_repository() {
gem install bundler --no-ri --no-rdoc

install_rroonga

cd $TEMPDIR

if [ -d $NAME ]
then
cd $NAME
install_rroonga
git reset --hard
git pull --rebase
git checkout $VERSION
Expand All @@ -250,7 +251,6 @@ install_from_repository() {
git clone $REPOSITORY_URL
cd $NAME
git checkout $VERSION
install_rroonga
bundle install --path vendor/
fi
rm -rf pkg
Expand Down

0 comments on commit cc132ce

Please sign in to comment.