diff options
Diffstat (limited to 'app-doc/phrack/phrack-44.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-44.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/phrack/phrack-44.ebuild b/app-doc/phrack/phrack-44.ebuild index 0abc32be63a2..c1294db6e05f 100644 --- a/app-doc/phrack/phrack-44.ebuild +++ b/app-doc/phrack/phrack-44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.17 2015/02/14 15:21:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-44.ebuild,v 1.18 2015/02/14 15:26:15 mrueg Exp $ EAPI=5 @@ -17,6 +17,6 @@ IUSE="" S=${WORKDIR}/${MY_P} src_install() { - insinto /usr/share/doc/${PN} + insinto /usr/share/doc/${PN} doins * } |