summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-27 16:59:52 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-27 16:59:52 +0000
commit16473a14d72a8d0615c83ba87e57cad5f2bcda9c (patch)
treef0aa6f1ddec153d69be5c989d88e0ae14fefc606 /Makefile
parent92336b693eda9c7b1f5a194ce3b3e358cacfa4b1 (diff)
downloaddrakx-kbd-mouse-x11-16473a14d72a8d0615c83ba87e57cad5f2bcda9c.tar
drakx-kbd-mouse-x11-16473a14d72a8d0615c83ba87e57cad5f2bcda9c.tar.gz
drakx-kbd-mouse-x11-16473a14d72a8d0615c83ba87e57cad5f2bcda9c.tar.bz2
drakx-kbd-mouse-x11-16473a14d72a8d0615c83ba87e57cad5f2bcda9c.tar.xz
drakx-kbd-mouse-x11-16473a14d72a8d0615c83ba87e57cad5f2bcda9c.zip
Small cleanups in make dist-svn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3b81161..bdd7e0e 100644
--- a/Makefile
+++ b/Makefile
@@ -60,9 +60,7 @@ dist:
dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
- find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf
- tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION)
- bzip2 -9f ../$(NAME)-$(VERSION).tar
+ tar jcf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git: