From fd7d5c81b8a505024d8093322fd869b216463043 Mon Sep 17 00:00:00 2001
From: Christopher Spinrath <admin@spinrath.net>
Date: Fri, 26 Sep 2014 13:28:39 +0200
Subject: [PATCH] --progress aus Standard rsync Optionen entfernt

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b6a6d4c..2c32af7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ ifeq ($(ARCH),i686)
   ALTARCH=i386
 endif
 
-RSYNC=rsync -a --progress
+RSYNC=rsync -a
 
 define archdir =
 $(WORKSPACE)/$1
-- 
GitLab