From: Ulrich Müller Date: Sun, 5 Mar 2017 20:48:02 +0000 (+0100) Subject: app-doc/pms: Don't try to install png files since there aren't any. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6c290c3bed2c944a0e7227ca2bb983f69f094353;p=gentoo.git 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 --- diff --git a/app-doc/pms/pms-6_p20151113.ebuild b/app-doc/pms/pms-6_p20151113.ebuild index 3b67119f1930..d187e0c4f8b5 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 0a84070b4196..0527613e2a13 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 }