From 79470a00d74001c59719ad85696d5e610d739381 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 22 Feb 2007 20:54:48 +0000 Subject: use svn export instead of tar for preparing the tarball --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e98ea29..12edf9f 100644 --- a/Makefile +++ b/Makefile @@ -51,10 +51,7 @@ install: build install libldetect.h $(includedir) dis ../$(NAME)-$(VERSION).tar.bz2: clean - rm -rf $(NAME)-$(VERSION) - mkdir -p $(NAME)-$(VERSION) - find -not -name $(NAME)-$(VERSION) | cpio -pd $(NAME)-$(VERSION)/ - find $(NAME)-$(VERSION) -type d -name .svn | xargs rm -rf + svn export -q . $(NAME)-$(VERSION) tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) -- cgit v1.2.1