summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-20 16:53:59 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-20 16:53:59 +0000
commit136ea26a4dbdfc292159d6e562847f9578593ba5 (patch)
tree17bf60f817329800e1388d27bb36989e504ea47c /Makefile
parent24431c718c216a19291912c47822bb73627b2de7 (diff)
downloadcontrol-center-136ea26a4dbdfc292159d6e562847f9578593ba5.tar
control-center-136ea26a4dbdfc292159d6e562847f9578593ba5.tar.gz
control-center-136ea26a4dbdfc292159d6e562847f9578593ba5.tar.bz2
control-center-136ea26a4dbdfc292159d6e562847f9578593ba5.tar.xz
control-center-136ea26a4dbdfc292159d6e562847f9578593ba5.zip
fix for unbzipped icons
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