summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/phrack/phrack-63.ebuild')
-rw-r--r--app-doc/phrack/phrack-63.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/phrack/phrack-63.ebuild b/app-doc/phrack/phrack-63.ebuild
index c99e734b5719..8b0341a7df6b 100644
--- a/app-doc/phrack/phrack-63.ebuild
+++ b/app-doc/phrack/phrack-63.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-63.ebuild,v 1.1 2005/08/02 02:00:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-63.ebuild,v 1.2 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
}