From aeadb3c0920b6078524276c602ab014d90ba2ad8 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 14 Jul 2014 20:34:22 +0200 Subject: Fix syncinc with r-forge --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 2035b442..b8cc5d82 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -82,7 +82,7 @@ move-sd: cp -r inst/web/* $(SDDIR); cd $(SDDIR) && svn add --force . r-forge: sd move-sd - git archive master >> $(HOME)/mkin.tar;\ + git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\ svn add --force .; cd $(RFSVN) && svn commit -m 'sync with git' -- cgit v1.2.1