aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2014-07-14 20:34:22 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2014-07-14 20:34:22 +0200
commitaeadb3c0920b6078524276c602ab014d90ba2ad8 (patch)
tree42c28fbff63717517a3680fbbb1253c55baa7ec1 /GNUmakefile
parent51a1fb28416de58d1161924ec55cf8ac24e5fc75 (diff)
Fix syncinc with r-forge
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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'

Contact - Imprint