summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/phrack/phrack-53.ebuild')
-rw-r--r--app-doc/phrack/phrack-53.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-doc/phrack/phrack-53.ebuild b/app-doc/phrack/phrack-53.ebuild
index bdcedfe7a403..65affc1419e5 100644
--- a/app-doc/phrack/phrack-53.ebuild
+++ b/app-doc/phrack/phrack-53.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-53.ebuild,v 1.16 2014/08/10 10:58:05 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-53.ebuild,v 1.17 2015/02/14 15:21:18 mrueg Exp $
+
+EAPI=5
MY_P=${PN}${PV}
DESCRIPTION="A Hacker magazine by the community, for the community"
@@ -15,8 +17,6 @@ IUSE=""
S=${WORKDIR}/${MY_P}
src_install() {
- [[ -d ${S} ]] || cd "${WORKDIR}"/*
- insinto /usr/share/doc/${PN}
- doins * || die "doins failed"
- prepalldocs
+ insinto /usr/share/doc/${PN}
+ doins *
}