diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-20 02:14:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-20 02:14:02 +0000 |
commit | f246c7ac172ee5ba1a6bfabb9c48081147eaacb8 (patch) | |
tree | 0ef5941f24f50bc46a7a33d88d4e20b32f943b54 /sys-apps/sg3_utils | |
parent | Replace cjk useflag with linguas_ja as per bug #141105, unbreak Japanese lang... (diff) | |
download | gentoo-2-f246c7ac172ee5ba1a6bfabb9c48081147eaacb8.tar.gz gentoo-2-f246c7ac172ee5ba1a6bfabb9c48081147eaacb8.tar.bz2 gentoo-2-f246c7ac172ee5ba1a6bfabb9c48081147eaacb8.zip |
dont install into /usr/man
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'sys-apps/sg3_utils')
-rw-r--r-- | sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild b/sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild index 1ee4cc454cdb..fef164fed0ef 100644 --- a/sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild +++ b/sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild,v 1.3 2006/06/29 01:34:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sg3_utils/sg3_utils-1.20-r1.ebuild,v 1.4 2006/07/20 02:14:02 vapier Exp $ inherit eutils @@ -26,6 +26,7 @@ src_unpack() { -e '/^PREFIX=/s:/local::' \ -e 's:$(DESTDIR)/:$(DESTDIR):' \ -e "/^LIBDIR=/s:/lib$:/$(get_libdir):" \ + -e '/^MANDIR=/s:)/man:)/share/man:' \ $i || die "sed of $i failed" done } |