commit:     6c290c3bed2c944a0e7227ca2bb983f69f094353
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 20:48:02 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 20:48:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c290c3b

app-doc/pms: Don't try to install png files since there aren't any.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-doc/pms/pms-6_p20151113.ebuild | 2 +-
 app-doc/pms/pms-9999.ebuild        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/pms/pms-6_p20151113.ebuild 
b/app-doc/pms/pms-6_p20151113.ebuild
index 3b67119f193..d187e0c4f8b 100644
--- a/app-doc/pms/pms-6_p20151113.ebuild
+++ b/app-doc/pms/pms-6_p20151113.ebuild
@@ -38,7 +38,7 @@ src_install() {
        dodoc pms.pdf eapi-cheatsheet.pdf
        if use html; then
                docinto html
-               dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
+               dodoc *.html pms.css
                dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
        fi
 }

diff --git a/app-doc/pms/pms-9999.ebuild b/app-doc/pms/pms-9999.ebuild
index 0a84070b419..0527613e2a1 100644
--- a/app-doc/pms/pms-9999.ebuild
+++ b/app-doc/pms/pms-9999.ebuild
@@ -36,7 +36,7 @@ src_install() {
        dodoc pms.pdf eapi-cheatsheet.pdf
        if use html; then
                docinto html
-               dodoc *.html pms.css $(shopt -s nullglob; echo *.png)
+               dodoc *.html pms.css
                dosym {..,/usr/share/doc/${PF}/html}/eapi-cheatsheet.pdf
        fi
 }

Reply via email to