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 d2f26f6..c33a6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ install: build
install libldetect.h $(includedir)
dis ../$(NAME)-$(VERSION).tar.bz2: clean
- svn export -q . $(NAME)-$(VERSION)
+ svn export -q -rBASE . $(NAME)-$(VERSION)
tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)