From aa40a0a431c955f0ee27aa0d9c68e00686c13777 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 27 Feb 2008 17:24:16 +0000 Subject: (localcopy) use SVN now that we are in git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@237662 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab8fc1c..ce81534 100644 --- a/Makefile +++ b/Makefile @@ -46,10 +46,7 @@ cleandist: rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2 localcopy: clean - mkdir ../$(NAME)-$(VERSION) - cp -a . ../$(NAME)-$(VERSION) - mv ../$(NAME)-$(VERSION) . - #FIXME svn export -q -rBASE . $(NAME)-$(VERSION) + svn export -q -rBASE . $(NAME)-$(VERSION) tar: tar cvfY ../$(PACKAGE)-$(VERSION).tar.lzma $(PACKAGE)-$(VERSION) -- cgit v1.2.1