summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-06-17 14:39:42 +0200
committerAndreas Maunz <andreas@maunz.de>2011-06-17 14:39:42 +0200
commiteb41351273866ba60f111bf1bc0b7617796fd390 (patch)
treead77fbfd692a1144da44468e4c5e40b8306ad3a9 /README
parent8731d04cb9e3733ed716d6318eb482ece4ec1e7f (diff)
Fixed otupdate: Makefiles need to be saved.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 25aa733..e45f7dc 100644
--- a/README
+++ b/README
@@ -37,7 +37,11 @@ otupdate() {
cd $HOME/opentox-ruby/www/opentox
for d in `find -not -name "." -type d -maxdepth 1 2>/dev/null`; do echo $d ; cd $d ; git pull ; echo ; cd - ; done
cd $HOME/opentox-ruby/www/opentox/algorithm/libfminer
+ mv libbbrc/Makefile libbbrc/Makefile~
+ mv liblast/Makefile liblast/Makefile~
git pull
+ mv libbbrc/Makefile~ libbbrc/Makefile
+ mv liblast/Makefile~ liblast/Makefile
make -C libbbrc/ clean
make -C libbbrc/ ruby
make -C liblast/ clean