diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-14 15:21:18 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-14 15:21:18 +0000 |
commit | 76a8271c77573c7404b95c2bb57338b417d4c13e (patch) | |
tree | e260a739a9102e2231f9096a028786ec95502830 /app-doc/phrack/phrack-44.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-76a8271c77573c7404b95c2bb57338b417d4c13e.tar.gz gentoo-2-76a8271c77573c7404b95c2bb57338b417d4c13e.tar.bz2 gentoo-2-76a8271c77573c7404b95c2bb57338b417d4c13e.zip |
Update to EAPI=5. Fixes bug #536700
Diffstat (limited to 'app-doc/phrack/phrack-44.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-44.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-doc/phrack/phrack-44.ebuild b/app-doc/phrack/phrack-44.ebuild index cf1bca337076..0abc32be63a2 100644 --- a/app-doc/phrack/phrack-44.ebuild +++ b/app-doc/phrack/phrack-44.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-44.ebuild,v 1.16 2014/08/10 10:58:05 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-44.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 * } |