From 960a75ad8fc9ee44c7622b4e683096d143a8c41c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 23 Nov 2006 19:44:57 +0000 Subject: (ChangeLog) adapt to branch --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 927c5ee2..d287c10a 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 @@ -81,5 +81,5 @@ log: ChangeLog changelog: ChangeLog ChangeLog: - svn2cl --accum --strip-prefix=soft/rpmdrake/trunk --authors ../../soft/common/username.xml + svn2cl --accum --strip-prefix=soft/rpmdrake/trunk --strip-prefix=soft/rpmdrake/branches/2007.0 --authors ../../soft/common/username.xml rm -f *.bak -- cgit v1.2.1