From 33aa00252c0dee34cc2fe6694104049f4e950de3 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Fri, 1 Apr 2011 16:06:55 +0200 Subject: all --- opentox-webservices.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opentox-webservices.sh') 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" -- cgit v1.2.3