summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7196ae56..876eb97d 100644
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ cleandist:
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2
localcopy: clean
- svn export -q . $(NAME)-$(VERSION)
+ svn export -q -rBASE . $(NAME)-$(VERSION)
tar:
tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)