From 42949be7b8485b806021ad61efaaa3ee12a073dc Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 4 May 2006 16:23:37 +0000 Subject: Fix menu location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 60743a9..e1ea028 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ dir: localcopy: find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ - find $(PACKAGE)-$(VERSION) -type d -name CVS -o -name .cvsignore |xargs rm -rf + find $(PACKAGE)-$(VERSION) -type d -name CVS -o -name .cvsignore -name '*~' |xargs rm -rf tar: tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) -- cgit v1.2.1