diff options
Diffstat (limited to 'app-doc/phrack/phrack-55.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-55.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-doc/phrack/phrack-55.ebuild b/app-doc/phrack/phrack-55.ebuild index 8ac036c70655..a68dca61aa9a 100644 --- a/app-doc/phrack/phrack-55.ebuild +++ b/app-doc/phrack/phrack-55.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 MY_P=${PN}${PV} DESCRIPTION="A Hacker magazine by the community, for the community" @@ -16,6 +16,5 @@ IUSE="" S=${WORKDIR}/Phrack${PV} src_install() { - insinto /usr/share/doc/${PN} - doins * + dodoc -r * } |