summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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