summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha Rautenberg <mr@mrautenberg.de>2014-08-02 17:28:37 +0200
committerMicha Rautenberg <mr@mrautenberg.de>2014-08-02 17:28:37 +0200
commit2468fbe5c710d6343292f9e4c12bf4c40f741924 (patch)
tree42b4c0ea302d32a4df2eed39830f904810fc68b0
parent71a8e3b87799458854dec5bb6a3ec5f4edf8296c (diff)
remove last hotfix
issue with default storage path is resolved in https://github.com/garlik/4store/commit/6bdf110519ef67976921c0113161850458107518
-rwxr-xr-x4store-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/4store-install b/4store-install
index a8256fe..6996a18 100755
--- a/4store-install
+++ b/4store-install
@@ -16,7 +16,7 @@ check_utils "git make tar wget"
cd $OT_PREFIX/tmp/
([ -d $SELF ] && cd $SELF && cmd="$GIT pull" && run_cmd "$cmd" "Git pull") || (cmd="$GIT clone https://github.com/garlik/$SELF" && run_cmd "$cmd" "Git clone")
cd $SELF
-cmd="$GIT checkout -b ist 7d44d803a51834f1ce9eeb489562f39f0abc18d6" && run_cmd "$cmd" "checkout to particular commit"
+#cmd="$GIT checkout -b ist 7d44d803a51834f1ce9eeb489562f39f0abc18d6" && run_cmd "$cmd" "checkout to particular commit"
cmd="./autogen.sh" && run_cmd "$cmd" "Autogen"
export FST=$OT_PREFIX/4S
cmd="./configure --enable-dedup-insert --prefix=$FST --exec-prefix=$FST --with-storage-path=$FST/var/lib --with-config-file=$FST/$SELF.conf -with-http-log=$FST/log CFLAGS=-O2 CPPFLAGS=-O3" && run_cmd "$cmd" "Configure"