diff options
Diffstat (limited to 'app-doc/phrack/phrack-45.ebuild')
-rw-r--r-- | app-doc/phrack/phrack-45.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/phrack/phrack-45.ebuild b/app-doc/phrack/phrack-45.ebuild index 56255d67de61..6360425fdf26 100644 --- a/app-doc/phrack/phrack-45.ebuild +++ b/app-doc/phrack/phrack-45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-45.ebuild,v 1.9 2005/02/11 04:44:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-45.ebuild,v 1.10 2007/07/19 19:09:19 vapier Exp $ MY_P=${PN}${PV} DESCRIPTION="...a Hacker magazine by the community, for the community...." @@ -17,6 +17,6 @@ S=${WORKDIR}/${MY_P} src_install() { [[ -d ${S} ]] || cd "${WORKDIR}"/* insinto /usr/share/doc/${PN} - gzip * doins * || die "doins failed" + prepalldocs } |