summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/phrack/phrack-36.ebuild')
-rw-r--r--app-doc/phrack/phrack-36.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/phrack/phrack-36.ebuild b/app-doc/phrack/phrack-36.ebuild
index 4281e04b6c69..3c0630ac526b 100644
--- a/app-doc/phrack/phrack-36.ebuild
+++ b/app-doc/phrack/phrack-36.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-36.ebuild,v 1.9 2005/02/11 04:44:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/phrack/phrack-36.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
}