From d4eba4f0c1ff5027bfcc8cd3f7f4c9de3d34ecf6 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Tue, 12 Apr 2011 11:58:28 +0200 Subject: Fixed switching to master --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index e60ffc7..4a1f25e 100644 --- a/Rakefile +++ b/Rakefile @@ -41,6 +41,7 @@ namespace "fminer" do task :update do puts `git submodule update --init` Dir.chdir('libfminer/libbbrc') + puts `git checkout master` puts `git checkout Makefile` puts `git pull` puts `./configure` @@ -52,6 +53,7 @@ namespace "fminer" do end puts `make ruby` Dir.chdir('../liblast') + puts `git checkout master` puts `git checkout Makefile` puts `git pull` puts `./configure` -- cgit v1.2.3