summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-12-13 17:01:20 +0000
committerMike Auty <ikelos@gentoo.org>2009-12-13 17:01:20 +0000
commit45087776e55b7fde1e6b88fb3f5cb84141e171df (patch)
tree625c57d89c6166c5960d6c9ea18e215a0936424b /dev-util/bless/bless-0.6.0-r1.ebuild
parentAdd ~m68k, thanks to kolla for testing (diff)
downloadgentoo-2-45087776e55b7fde1e6b88fb3f5cb84141e171df.tar.gz
gentoo-2-45087776e55b7fde1e6b88fb3f5cb84141e171df.tar.bz2
gentoo-2-45087776e55b7fde1e6b88fb3f5cb84141e171df.zip
Fix up doc install issue (bug 296669).
(Portage version: 2.2_rc56/cvs/Linux i686)
Diffstat (limited to 'dev-util/bless/bless-0.6.0-r1.ebuild')
-rw-r--r--dev-util/bless/bless-0.6.0-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/bless/bless-0.6.0-r1.ebuild b/dev-util/bless/bless-0.6.0-r1.ebuild
index 1e66810f4e35..c1ca21df71ba 100644
--- a/dev-util/bless/bless-0.6.0-r1.ebuild
+++ b/dev-util/bless/bless-0.6.0-r1.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/bless/bless-0.6.0-r1.ebuild,v 1.1 2009/12/13 14:07:47 ikelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.2 2009/12/13 17:01:20 ikelos Exp $
EAPI=2
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
- G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug)"
+ G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug) --docdir=/usr/share/doc/${PF}"
# Stolen from enlightenment.eclass
cp $(type -p gettextize) "${T}/" || die "Could not copy gettextize"