From e438ad7033a98748d5daf40c601e0a2fc8d2fd90 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Thu, 3 May 2012 11:50:57 +0200
Subject: [PATCH] Rewind accidentially pushed local modifications.

---
 README.rst   | 2 +-
 localbob.cfg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index ce60764..c781c32 100644
--- a/README.rst
+++ b/README.rst
@@ -14,7 +14,7 @@ have a Bob version yet, you can get it from:
   http://idiap.github.com/bob/
   
 If you already have installed Bob, please make sure that you have at least 
-the version 1.0.4, otherwise the example won't work.
+the version 1.0.3, otherwise the example won't work.
   
 The AT&T image database is quite small, but sufficient to show how the face
 verification methods work. Still, the results may not be meaningful. One good
diff --git a/localbob.cfg b/localbob.cfg
index acdef6f..f51b78b 100644
--- a/localbob.cfg
+++ b/localbob.cfg
@@ -36,7 +36,7 @@ recipe = local.bob.recipe:config
 ; If you go for a relative path, remember this path is relative to the path
 ; you are calling buildout from. This is normally the path that contains the
 ; file 'setup.py' for your own package.
-install-directory = /scratch/mguenther/Bob/cmake/trunk
+install-directory = ../bob/build
 
 ; Some examples for Idiap:
 ;install-directory = /idiap/group/torch5spro/releases/bob-1.0.2/install/linux-x86_64-release
-- 
GitLab