diff options
Diffstat (limited to 'app-doc/pms/pms-9999.ebuild')
-rw-r--r-- | app-doc/pms/pms-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |