From 63f70d887b18dda9ace3006d9e44d34b85158c6e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Nov 2006 17:06:07 +0000 Subject: faster mode, workaround cpio loosing execute bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 927c5ee2..c3b4ea37 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ tar: dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* mkdir -p $(NAME)-$(VERSION) - find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/ + find . -not -name "$(NAME)-$(VERSION)"|cpio -pld $(NAME)-$(VERSION)/ find $(NAME)-$(VERSION) -type d -name .svn -o -name .cvsignore |xargs rm -rf tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) bzip2 -9f ../$(NAME)-$(VERSION).tar -- cgit v1.2.1