From 136ea26a4dbdfc292159d6e562847f9578593ba5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 20 Dec 2002 16:53:59 +0000 Subject: fix for unbzipped icons --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5be25917..976c3cc7 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,9 @@ dis: clean srpm: dis # ../$(NAME)-$(VERSION).tar.bz2 $(RPM) - chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 *.png.bz2 #rpmlint is happy + chmod 0644 ../$(NAME)-$(VERSION).tar.bz2 *.png #rpmlint is happy cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES - cp -f *.png.bz2 $(RPM)/SOURCES + cp -f *.png $(RPM)/SOURCES cp -f $(NAME).spec $(RPM)/SPECS/ rpm -bs $(NAME).spec -- cgit v1.2.1