app-doc/pms: Don't try to install png files since there aren't any.
authorUlrich Müller <ulm@gentoo.org>
Sun, 5 Mar 2017 20:48:02 +0000 (21:48 +0100)
committerUlrich Müller <ulm@gentoo.org>
Sun, 5 Mar 2017 20:48:02 +0000 (21:48 +0100)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

app-doc/pms/pms-6_p20151113.ebuild
app-doc/pms/pms-9999.ebuild

index 3b67119f193005b5718c4e4079018e9cfd680113..d187e0c4f8b5ba6749b0c00eb895e2ee2d1e9550 100644 (file)
@@ -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
 }
index 0a84070b4196d5f66228e0d2a31f155fc665a82d..0527613e2a135fd0feaf4fdbdb53acc8544a6f79 100644 (file)
@@ -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
 }