summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-22 21:19:37 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-22 21:19:37 +0000
commit3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57 (patch)
tree6018a859fcf3aadc827a7f9e193f662f5d18a5f8 /Makefile
parentef6b42ab1ce9db4bf4a51b1966f45d482e436261 (diff)
downloadmgaonline-3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57.tar
mgaonline-3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57.tar.gz
mgaonline-3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57.tar.bz2
mgaonline-3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57.tar.xz
mgaonline-3d3b8d12a58b02d5fa8fa3d6f44f78bb93eeff57.zip
(localcopy) use svn export instead of tar for preparing the tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 36d3dd0c..2601fe9d 100644
--- a/Makefile
+++ b/Makefile
@@ -54,8 +54,7 @@ cleandist:
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2
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
+ svn export -q . $(NAME)-$(VERSION)
tar:
tar cvf ../$(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)