From 71a8e3b87799458854dec5bb6a3ec5f4edf8296c Mon Sep 17 00:00:00 2001 From: Micha Rautenberg Date: Fri, 1 Aug 2014 12:06:25 +0200 Subject: hotfix current 4store error see https://github.com/garlik/4store/issues/113 --- 4store-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4store-install b/4store-install index 4f70582..a8256fe 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 c3d8593c39dc04a39e272f729e486c1576f6aeba" && 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" -- cgit v1.2.3