[Groonga-commit] droonga/droonga-engine at 6c78687 [master] Clone repository under the temporary directory

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 18:30:45 JST 2014


YUKI Hiroshi	2014-09-16 18:30:45 +0900 (Tue, 16 Sep 2014)

  New Revision: 6c78687dbe3f213f69552008a8c892d2fbec7fb7
  https://github.com/droonga/droonga-engine/commit/6c78687dbe3f213f69552008a8c892d2fbec7fb7

  Message:
    Clone repository under the temporary directory

  Modified files:
    install.sh

  Modified: install.sh (+2 -4)
===================================================================
--- install.sh    2014-09-16 18:18:03 +0900 (36413b7)
+++ install.sh    2014-09-16 18:30:45 +0900 (113e086)
@@ -166,10 +166,8 @@ install_rroonga() {
 install_master() {
   gem install bundler --no-ri --no-rdoc
 
-  [ ! -e $DROONGA_BASE_DIR ] &&
-    mkdir $DROONGA_BASE_DIR
-
-  cd $DROONGA_BASE_DIR
+  tempdir=/tmp/install-$NAME
+  cd $tempdir
 
   if [ -d $NAME ]
   then
-------------- next part --------------
HTML����������������������������...
Download 



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