Skip to content

Commit

Permalink
app-doc/pms: Don't try to install png files since there aren't any.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.4, Repoman-2.3.2
  • Loading branch information
ulm committed Mar 5, 2017
1 parent 4cc9827 commit 6c290c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-doc/pms/pms-6_p20151113.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
2 changes: 1 addition & 1 deletion app-doc/pms/pms-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 6c290c3

Please sign in to comment.