summaryrefslogtreecommitdiff
path: root/4store-install
diff options
context:
space:
mode:
authorist <ist@ISTdebian64.(none)>2012-08-03 11:51:43 +0200
committerist <ist@ISTdebian64.(none)>2012-08-03 11:51:43 +0200
commitb8c44f7ef95dcba6261376930fe1c55a53b178bc (patch)
treefc4922ddc4d48985b7b5660a6bfe86891fffad97 /4store-install
parent829d4145e413f75f7e1986d6091859c4b77de563 (diff)
Added package lists. Added service installer.
Diffstat (limited to '4store-install')
-rwxr-xr-x4store-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/4store-install b/4store-install
index a00a07a..3a75faa 100755
--- a/4store-install
+++ b/4store-install
@@ -17,7 +17,7 @@ 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="./autogen.sh" && run_cmd "$cmd" "Autogen"
-export FST=$HOME/4S
+export FST=$OT_PREFIX/4S
cmd="./configure --prefix=$FST --exec-prefix=$FST --with-storage-path=$FST/var/lib --with-config-file=$FST/$SELF.conf -with-http-log=$FST/log" && run_cmd "$cmd" "Configure"
cmd="make" && run_cmd "$cmd" "Make"
cmd="make install" && run_cmd "$cmd" "Make Install"