diff options
author | Simon Stelling <blubb@gentoo.org> | 2007-02-04 18:32:15 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2007-02-04 18:32:15 +0000 |
commit | ffcb77186335043d7f5b1c73d3fda0f125e80a0b (patch) | |
tree | 006e1bd436572fb313e0acba19598190531fc365 /games-emulation/caps/caps-20060612.ebuild | |
parent | amd64 stable, bug 140812 (diff) | |
download | historical-ffcb77186335043d7f5b1c73d3fda0f125e80a0b.tar.gz historical-ffcb77186335043d7f5b1c73d3fda0f125e80a0b.tar.bz2 historical-ffcb77186335043d7f5b1c73d3fda0f125e80a0b.zip |
make sure libs are installed into the right libdir; bug 158416
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'games-emulation/caps/caps-20060612.ebuild')
-rw-r--r-- | games-emulation/caps/caps-20060612.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games-emulation/caps/caps-20060612.ebuild b/games-emulation/caps/caps-20060612.ebuild index 0dd4a1dfbffe..909046f69219 100644 --- a/games-emulation/caps/caps-20060612.ebuild +++ b/games-emulation/caps/caps-20060612.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20060612.ebuild,v 1.4 2006/09/09 22:47:30 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/caps/caps-20060612.ebuild,v 1.5 2007/02/04 18:32:15 blubb Exp $ -inherit eutils +use amd64 && ABI=x86 +inherit eutils multilib DESCRIPTION="Support library that allows third party applications access and use C.A.P.S. images" HOMEPAGE="http://www.softpres.org/" @@ -15,7 +16,7 @@ LICENSE="CAPS" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" -RESTRICT="strip" +RESTRICT="nostrip" S="${WORKDIR}" @@ -36,7 +37,7 @@ src_install() { eerror "Unsupported platform" ;; esac - dosym /usr/lib/libcapsimage.so.2.0 /usr/lib/libcapsimage.so.2 + dosym /usr/$(get_libdir)/libcapsimage.so.2.0 /usr/$(get_libdir)/libcapsimage.so.2 insinto /usr/share/${PN} doins OCS_13_1Mb_800_600.uae |