diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-08-18 16:57:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-08-18 16:57:34 +0000 |
commit | 5e708628a39797311f617a2055e0d1057475920b (patch) | |
tree | 38124c6073fc7c79788d41e81bae8e37d3030c36 /sys-libs/tdb/tdb-1.2.1-r1.ebuild | |
parent | Marked ~m68k-mint, bug #333209 (diff) | |
download | gentoo-2-5e708628a39797311f617a2055e0d1057475920b.tar.gz gentoo-2-5e708628a39797311f617a2055e0d1057475920b.tar.bz2 gentoo-2-5e708628a39797311f617a2055e0d1057475920b.zip |
Fixing manpage installation with USE -tools, fixes #333033
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/tdb/tdb-1.2.1-r1.ebuild')
-rw-r--r-- | sys-libs/tdb/tdb-1.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/tdb/tdb-1.2.1-r1.ebuild b/sys-libs/tdb/tdb-1.2.1-r1.ebuild index 5e4fb0092db7..19599f12a236 100644 --- a/sys-libs/tdb/tdb-1.2.1-r1.ebuild +++ b/sys-libs/tdb/tdb-1.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.1 2010/08/14 20:22:59 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.2 2010/08/18 16:57:34 patrick Exp $ EAPI="2" @@ -63,7 +63,7 @@ src_install() { dodoc docs/README use static-libs || rm -f "${D}"/usr/lib*/*.a - use tools || rm -rf "${D}/usr/bin" + use tools || rm -rf "${D}/usr/bin" "${D}/usr/share/man" use tdbtest && dobin bin/tdbtest use python && python_need_rebuild } |