summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 2 insertions, 3 deletions
diff --git a/install b/install
index 3d1793f..dbd9fbc 100755
--- a/install
+++ b/install
@@ -40,7 +40,8 @@ echo
[ -f $HOME/.opentox/config/install/config.sh ] || (cmd="mkdir -p $HOME/.opentox/config/install && cp config.sh $HOME/.opentox/config/install" && run_cmd "$cmd" "Install config.sh to CONFIG (~/.opentox)")
. ./base-install # Debian specific; disable this for others.
-./raptor_rasqal-install # Download, compile and build raptor2 and rasqal. Install to OT_PREFIX.
+./raptor2-install # Download, compile and build raptor2. Install to OT_PREFIX.
+./rasqal-install # Download, compile and build rasqal. Install to OT_PREFIX.
./4store-install # Download, compile and build 4store. Install to OT_PREFIX.
if [ ! -d ~/.rbenv ]; then
@@ -56,6 +57,4 @@ fi
[ -f $HOME/.opentox/config/ambit_descriptors.yaml ] || (cmd="cp ambit_descriptors.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Ambit keys file")
[ -f $HOME/.opentox/config/jl_keys.yaml ] || (cmd="cp jl_keys.yaml $HOME/.opentox/config/" && run_cmd "$cmd" "Joelib keys file")
-. ./services-install
-
notify