From 68d2f4162ea0da5160d1664784e9168e85240d57 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 31 Oct 2010 01:38:48 +0200 Subject: [PATCH] bugfix --- pkg/source/funcs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/source/funcs.sh b/pkg/source/funcs.sh index 127801ea6..bc9edd862 100644 --- a/pkg/source/funcs.sh +++ b/pkg/source/funcs.sh @@ -59,6 +59,7 @@ function checkout() git clone --quiet $GIT_REPO; ( cd diaspora; + git checkout Gemfile git remote add upstream \ git://github.com/diaspora/diaspora.git for p in ../../*.patch; do