diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-09-10 15:11:42 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-09-10 15:11:42 +0000 |
commit | 3221272658e14b21b2e434fd87a0c65b646fc0b7 (patch) | |
tree | 53540e125609e0ad607dd784a821beee71773c3b /Makefile | |
parent | 544e45d4d2ae90d770cf0521e24c21899f927ded (diff) | |
download | common-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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |