diff options
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hwinfo/hwinfo-21.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/hwinfo/hwinfo-21.23.ebuild b/sys-apps/hwinfo/hwinfo-21.23.ebuild index 3805ed7882f..729a880bd9e 100644 --- a/sys-apps/hwinfo/hwinfo-21.23.ebuild +++ b/sys-apps/hwinfo/hwinfo-21.23.ebuild @@ -50,7 +50,7 @@ src_compile() { src_install() { emake DESTDIR="${ED}" LIBDIR="/usr/$(get_libdir)" install - dodoc changelog README + dodoc changelog README* doman doc/*.{1,8} insinto /usr/share/doc/${PF}/examples doins doc/example*.c |