diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-03-07 09:49:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-03-07 09:49:20 +0000 |
commit | ea92b91862baa77c11519dd71ff7aea84a1352ca (patch) | |
tree | 9bcc7a9cebfaa9273d622b1bd6028c72cd946996 /Makefile | |
parent | 85b4ff4978a6add5867855b7f99292957173cce7 (diff) | |
download | msec-ea92b91862baa77c11519dd71ff7aea84a1352ca.tar msec-ea92b91862baa77c11519dd71ff7aea84a1352ca.tar.gz msec-ea92b91862baa77c11519dd71ff7aea84a1352ca.tar.bz2 msec-ea92b91862baa77c11519dd71ff7aea84a1352ca.tar.xz msec-ea92b91862baa77c11519dd71ff7aea84a1352ca.zip |
(localcopy) we no more have CVS/ but .svn
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ dir: localcopy: clean find . -not -name "$(PACKAGE)-$(VERSION)" -a -not -name '*.bz2'|cpio -pd $(PACKAGE)-$(VERSION)/ - find $(PACKAGE)-$(VERSION) -type d -name CVS|xargs rm -rf + find $(PACKAGE)-$(VERSION) -type d -name .svn|xargs rm -rf tar: export tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION) |