diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-20 16:53:59 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-20 16:53:59 +0000 |
commit | 136ea26a4dbdfc292159d6e562847f9578593ba5 (patch) | |
tree | 17bf60f817329800e1388d27bb36989e504ea47c | |
parent | 24431c718c216a19291912c47822bb73627b2de7 (diff) | |
download | control-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
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |