aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-11-13 17:06:07 +0000
committerThierry Vignaud <tv@mandriva.org>2006-11-13 17:06:07 +0000
commit63f70d887b18dda9ace3006d9e44d34b85158c6e (patch)
treef29ffa0da2c0755a957b0ff4086007afaadd7a92 /Makefile
parentb8157071734f1e439bf8bb1481bd8a0734b9b79c (diff)
downloadrpmdrake-63f70d887b18dda9ace3006d9e44d34b85158c6e.tar
rpmdrake-63f70d887b18dda9ace3006d9e44d34b85158c6e.tar.gz
rpmdrake-63f70d887b18dda9ace3006d9e44d34b85158c6e.tar.bz2
rpmdrake-63f70d887b18dda9ace3006d9e44d34b85158c6e.tar.xz
rpmdrake-63f70d887b18dda9ace3006d9e44d34b85158c6e.zip
faster mode, workaround cpio loosing execute bit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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