From f9e5a469e061ebd9f548d7373336d5b088fd3ad1 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Sun, 17 Oct 2010 10:44:45 +0200 Subject: [PATCH] bugfixes.. --- pkg/fedora/make-dist.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/fedora/make-dist.sh b/pkg/fedora/make-dist.sh index 6777ae773..564ce02fb 100755 --- a/pkg/fedora/make-dist.sh +++ b/pkg/fedora/make-dist.sh @@ -126,8 +126,7 @@ function checkout() git clone --quiet $GIT_REPO; ( cd diaspora; - git remote add upstream \ - git://github.com/diaspora/diaspora.git + git remote add upstream $GIT_REPO for p in ../../*.patch; do git apply --whitespace=fix $p > /dev/null done &> /dev/null || :