From d7edce4758b54d5d0cce182a68955e76a4fca4b2 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 29 Jan 2002 12:43:53 +0000 Subject: xpm2png --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1a35ae0..08008bc5 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,9 @@ dis: clean rpm: dis # ../$(NAME)-$(VERSION).tar.bz2 $(RPM) - chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 *.xpm.bz2 #rpmlint is happy + chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 *.png.bz2 #rpmlint is happy cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES - cp -f *.xpm.bz2 $(RPM)/SOURCES + cp -f *.png.bz2 $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ rpm -ba --clean --rmsource $(NAME).spec rm -f ../$(NAME)-$(VERSION).tar.bz2 -- cgit v1.2.1