summaryrefslogtreecommitdiff
path: root/app-doc/phrack/phrack-11.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:17:25 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:17:25 +0100
commit62f82c107c3904ac6917ece47301d2999c7dd90e (patch)
tree48ddfc2291e77d0e3ad80f6d7c5f403d84ae8414 /app-doc/phrack/phrack-11.ebuild
parent7fe80ac8764ccbf354f82029a6bce4f96dbb8d5d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/phrack/phrack-11.ebuild')
-rw-r--r--app-doc/phrack/phrack-11.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-doc/phrack/phrack-11.ebuild b/app-doc/phrack/phrack-11.ebuild
index aae3293c9a53..d1bbb0cd43bb 100644
--- a/app-doc/phrack/phrack-11.ebuild
+++ b/app-doc/phrack/phrack-11.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}/${MY_P}
src_install() {
- insinto /usr/share/doc/${PN}
- doins *
+ dodoc -r *
}