From 3221272658e14b21b2e434fd87a0c65b646fc0b7 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 10 Sep 2003 15:11:42 +0000 Subject: xfdrake-test-card needs to be in .png format since we don't have have the jpeg pixbug loader during install --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.1