summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 16:06:55 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 16:06:55 +0200
commit33aa00252c0dee34cc2fe6694104049f4e950de3 (patch)
treefd074fb3489034fa0246e21a2bc3fd560a516be1 /opentox-webservices.sh
parent46f1e1d85f296d453a9f5489488aae5988169498 (diff)
all
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index f64a0c4..baa7c3d 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -59,7 +59,7 @@ cd "$WWW_DEST/opentox/algorithm" >>$LOG 2>&1
cmd="git submodule init" && run_cmd "$cmd" "Fminer Init"
cmd="git submodule update" && run_cmd "$cmd" "Fminer Update"
for mylib in bbrc last; do
- cmd="sed -i 's,^INCLUDE_OB.*,INCLUDE_OB\ =\ -I$OB_DEST/include,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib"
+ cmd="sed -i 's,^INCLUDE_OB.*,INCLUDE_OB\ =\ -I$OB_DEST/include/openbabel-2.0,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib"
done
cd "libfminer/libbbrc">>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make BBRC"