aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-09-10 15:11:42 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-09-10 15:11:42 +0000
commit3221272658e14b21b2e434fd87a0c65b646fc0b7 (patch)
tree53540e125609e0ad607dd784a821beee71773c3b /Makefile
parent544e45d4d2ae90d770cf0521e24c21899f927ded (diff)
downloadcommon-data-3221272658e14b21b2e434fd87a0c65b646fc0b7.tar
common-data-3221272658e14b21b2e434fd87a0c65b646fc0b7.tar.gz
common-data-3221272658e14b21b2e434fd87a0c65b646fc0b7.tar.bz2
common-data-3221272658e14b21b2e434fd87a0c65b646fc0b7.tar.xz
common-data-3221272658e14b21b2e434fd87a0c65b646fc0b7.zip
xfdrake-test-card needs to be in .png format since we don't
have have the jpeg pixbug loader during install
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aed7897..ebb9faa 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,7 @@ dis: clean
mkdir -p $(NAME)-$(VERSION)
find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/
find $(NAME)-$(VERSION) -type d -name CVS -o -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)
rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)