summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-31 12:29:22 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-31 12:29:22 +0000
commit12e1359cf44856a78324693401fc8d0d8928df33 (patch)
tree24fa654394a43eefd1aa9d0bf36303e2a2727555 /dev-util/kdoc/kdoc-2.0_alpha54.ebuild
parentInitial commit. (diff)
downloadhistorical-12e1359cf44856a78324693401fc8d0d8928df33.tar.gz
historical-12e1359cf44856a78324693401fc8d0d8928df33.tar.bz2
historical-12e1359cf44856a78324693401fc8d0d8928df33.zip
Remove stray documentation directory wrt #299107, thanks to Diego E. 'Flameeyes' Pettenò for reporting.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-util/kdoc/kdoc-2.0_alpha54.ebuild')
-rw-r--r--dev-util/kdoc/kdoc-2.0_alpha54.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/kdoc/kdoc-2.0_alpha54.ebuild b/dev-util/kdoc/kdoc-2.0_alpha54.ebuild
index f2b006ecc704..d82b9cd103d5 100644
--- a/dev-util/kdoc/kdoc-2.0_alpha54.ebuild
+++ b/dev-util/kdoc/kdoc-2.0_alpha54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kdoc/kdoc-2.0_alpha54.ebuild,v 1.18 2009/12/28 17:28:33 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kdoc/kdoc-2.0_alpha54.ebuild,v 1.19 2009/12/31 12:29:22 ssuominen Exp $
MY_P=${P/_alph/}
@@ -22,4 +22,5 @@ S=${WORKDIR}/${MY_P}
src_install() {
emake DESTDIR="${D}" install || die
dodoc README TODO
+ rm -rf "${D}"/usr/share/doc/kdoc
}