summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorist <ist@ist.opentox.org>2010-05-20 13:34:43 +0200
committerist <ist@ist.opentox.org>2010-05-20 13:34:43 +0200
commit31f7b3c43fd5d9973bd3b77171aae3b9a2a311b3 (patch)
treee14b551433bdfad355d96ec01cb0a2245487ace5 /Rakefile
parent7499bc7fb913d1daacf7869de34a95d0af9a187e (diff)
Updated install and update targets
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 325c748..a397b96 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ namespace "fminer" do
task :install do
puts `git submodule init`
puts `git submodule update`
- Dir.chdir('libfminer')
+ Dir.chdir('libfminer/libbbrc')
puts `git checkout master`
puts `git pull`
puts `./configure`
@@ -23,7 +23,7 @@ namespace "fminer" do
desc "Update gems and fminer"
task :update do
puts `git submodule update`
- Dir.chdir('libfminer')
+ Dir.chdir('libfminer/libbbrc')
puts `git checkout master`
puts `git pull`
puts `./configure`