[Groonga-commit] droonga/droonga-http-server at 2485023 [master] Clone repository under the temporary directory

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 18:31:01 JST 2014


YUKI Hiroshi	2014-09-16 18:31:01 +0900 (Tue, 16 Sep 2014)

  New Revision: 248502330fb4be7c96a4eac18856ca8fa4448db4
  https://github.com/droonga/droonga-http-server/commit/248502330fb4be7c96a4eac18856ca8fa4448db4

  Message:
    Clone repository under the temporary directory

  Modified files:
    install.sh

  Modified: install.sh (+2 -4)
===================================================================
--- install.sh    2014-09-16 18:29:22 +0900 (803f0f4)
+++ install.sh    2014-09-16 18:31:01 +0900 (639adc5)
@@ -167,10 +167,8 @@ use_master_express_droonga() {
 }
 
 install_master() {
-  [ ! -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