diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-22 20:14:36 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-10-22 20:14:36 +0000 |
commit | f8eb16754ba138016e717ca3d408bbf9575f045e (patch) | |
tree | 08409d60711adf14fda5b1bf3caf664c19a9b7c6 /app-editors | |
parent | stable on amd64 and x86 to fix bug #43824 (diff) | |
download | gentoo-2-f8eb16754ba138016e717ca3d408bbf9575f045e.tar.gz gentoo-2-f8eb16754ba138016e717ca3d408bbf9575f045e.tar.bz2 gentoo-2-f8eb16754ba138016e717ca3d408bbf9575f045e.zip |
Fixed multilib problem.
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bvi/bvi-1.3.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/bvi/bvi-1.3.2.ebuild b/app-editors/bvi/bvi-1.3.2.ebuild index 03cb6ed44dea..948e4933f4c3 100644 --- a/app-editors/bvi/bvi-1.3.2.ebuild +++ b/app-editors/bvi/bvi-1.3.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.2.ebuild,v 1.6 2006/10/22 19:57:04 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/bvi/bvi-1.3.2.ebuild,v 1.7 2006/10/22 20:14:36 kugelfang Exp $ + +inherit multilib DESCRIPTION="display-oriented editor for binary files, based on the vi texteditor" HOMEPAGE="http://bvi.sourceforge.net/" @@ -30,7 +32,7 @@ src_compile() { src_install() { einstall || die "make install failed" - rm -rf "${D}"/usr/lib/bmore.help + rm -rf "${D}"/usr/$(get_libdir)/bmore.help dodoc README CHANGES CREDITS bmore.help dohtml -r html/* } |