summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 16:02:07 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 16:02:07 +0200
commit37e80affbe795902209667797524849c7018c8fa (patch)
treec77ccbdcf253717cc400e290e98c62d7f0ba807a /opentox-webservices.sh
parent2db8689b25e8ec6ff7c2d6472787ba2bdd98ef38 (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 8c73724..0354602 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\ =\ $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,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"