aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2006-05-04 16:23:37 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2006-05-04 16:23:37 +0000
commit42949be7b8485b806021ad61efaaa3ee12a073dc (patch)
tree31af306bd7e2a09e8f6783e17dd4a79471a73c10 /Makefile
parent1b23b615b3b37a3b8526e282e6ffec76dbd5d1e5 (diff)
downloadcommon-data-42949be7b8485b806021ad61efaaa3ee12a073dc.tar
common-data-42949be7b8485b806021ad61efaaa3ee12a073dc.tar.gz
common-data-42949be7b8485b806021ad61efaaa3ee12a073dc.tar.bz2
common-data-42949be7b8485b806021ad61efaaa3ee12a073dc.tar.xz
common-data-42949be7b8485b806021ad61efaaa3ee12a073dc.zip
Fix menu location
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)