From a8ad741d4d253c37eb88ad18a3113491d83f020c Mon Sep 17 00:00:00 2001 From: Peter Volkov Date: Sat, 1 Nov 2008 12:13:38 +0000 Subject: Fixed multilib. (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686) --- app-dicts/ispell-hu/ChangeLog | 5 ++++- app-dicts/ispell-hu/ispell-hu-1.3.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'app-dicts/ispell-hu') diff --git a/app-dicts/ispell-hu/ChangeLog b/app-dicts/ispell-hu/ChangeLog index 692d94805136..e5ee86285850 100644 --- a/app-dicts/ispell-hu/ChangeLog +++ b/app-dicts/ispell-hu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-hu # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.12 2008/11/01 09:47:11 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ChangeLog,v 1.13 2008/11/01 12:13:38 pva Exp $ + + 01 Nov 2008; Peter Volkov ispell-hu-1.3.ebuild: + Fixed multilib. *ispell-hu-1.3 (01 Nov 2008) diff --git a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild b/app-dicts/ispell-hu/ispell-hu-1.3.ebuild index 7ea5e833eada..acbfe8bd02c0 100644 --- a/app-dicts/ispell-hu/ispell-hu-1.3.ebuild +++ b/app-dicts/ispell-hu/ispell-hu-1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.3.ebuild,v 1.1 2008/11/01 09:47:11 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-hu/ispell-hu-1.3.ebuild,v 1.2 2008/11/01 12:13:38 pva Exp $ -inherit eutils +inherit eutils multilib MY_P=magyarispell-${PV} DESCRIPTION="Hungarian dictionary for Ispell" @@ -25,11 +25,11 @@ src_compile() { } src_install () { - insinto /usr/lib/ispell + insinto /usr/$(get_libdir)/ispell doins tmp/magyar.aff || die newins tmp/magyar4ispell.hash magyar.hash || die - dosym /usr/lib/ispell/magyar.hash /usr/lib/ispell/hungarian.hash + dosym /usr/$(get_libdir)/ispell/magyar.hash /usr/$(get_libdir)/ispell/hungarian.hash dodoc ChangeLog GYIK README OLVASSEL } -- cgit v1.2.3-65-gdbad