summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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