summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-04-01 15:05:32 +0200
committerAndreas Maunz <andreas@maunz.de>2011-04-01 15:05:32 +0200
commit7c90da9c5ec90a27e5a33c311ac66db44f101cec (patch)
treea592dc278078f651176d3fa0ee00980dd99f5087 /opentox-webservices.sh
parentaae109a81e53aa10e720cdb4cfa5c05a3ccb31dd (diff)
Modifying INCLUDEs
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 f69cc04..304c8b2 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -64,7 +64,7 @@ cmd="test -f $HOME/.opentox/config/production.yaml" && run_cmd "$cmd" "Config pr
cd $WWW_DEST/opentox/algorithm >>$LOG 2>&1
sudo updatedb >>$LOG 2>&1
for mylib in bbrc last; do
- sed -i "s/INCLUDE_OB.*/INCLUDE_OB\ =\ $OB_DEST/include/g" $WWW_DEST/algorithm/libfminer/lib$mylib/Makefile
+ cmd="sed -i \'s/INCLUDE_OB.*/INCLUDE_OB\ =\ $OB_DEST/include/g\' $WWW_DEST/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib"
done
cmd="$RAKE fminer:install" && run_cmd "$cmd" "Make"