diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |