diff options
Diffstat (limited to 'app-doc/phrack/phrack-52.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-52.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-doc/phrack/phrack-52.ebuild b/app-doc/phrack/phrack-52.ebuild index d56e6f71f80f..69ff694a41c3 100644 --- a/app-doc/phrack/phrack-52.ebuild +++ b/app-doc/phrack/phrack-52.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-52.ebuild,v 1.16 2014/08/10 10:58:05 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-52.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 * } |