diff options
Diffstat (limited to 'app-doc/phrack/phrack-52.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-52.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-doc/phrack/phrack-52.ebuild b/app-doc/phrack/phrack-52.ebuild index 69ff694a41c3..e0044c3ff990 100644 --- a/app-doc/phrack/phrack-52.ebuild +++ b/app-doc/phrack/phrack-52.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-52.ebuild,v 1.17 2015/02/14 15:21:18 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-52.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 * } |