diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-27 02:59:51 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-27 02:59:51 +0000 |
commit | 2e8a7ee22eb9e38e41c07122f9e140e17d151252 (patch) | |
tree | a6fe8d043ae131b4527dd0b0df9e7dfb73920379 /net-irc/xchatosd | |
parent | Added to ~amd64. multilib aware. (diff) | |
download | historical-2e8a7ee22eb9e38e41c07122f9e140e17d151252.tar.gz historical-2e8a7ee22eb9e38e41c07122f9e140e17d151252.tar.bz2 historical-2e8a7ee22eb9e38e41c07122f9e140e17d151252.zip |
Multilib fixin.
Diffstat (limited to 'net-irc/xchatosd')
-rw-r--r-- | net-irc/xchatosd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/xchatosd/xchatosd-5.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-irc/xchatosd/ChangeLog b/net-irc/xchatosd/ChangeLog index 8d50f8f1b4c1..c2af272dc588 100644 --- a/net-irc/xchatosd/ChangeLog +++ b/net-irc/xchatosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/xchatosd # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.6 2004/12/04 23:17:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/ChangeLog,v 1.7 2004/12/27 02:59:51 eradicator Exp $ + + 26 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> + xchatosd-5.12.ebuild: + Multilib fixin. 04 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> xchatosd-5.12.ebuild: diff --git a/net-irc/xchatosd/xchatosd-5.12.ebuild b/net-irc/xchatosd/xchatosd-5.12.ebuild index d08ce52359d1..78c87145d163 100644 --- a/net-irc/xchatosd/xchatosd-5.12.ebuild +++ b/net-irc/xchatosd/xchatosd-5.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.6 2004/12/04 23:17:46 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.7 2004/12/27 02:59:51 eradicator Exp $ inherit eutils @@ -35,7 +35,7 @@ src_compile() { } src_install() { - exeinto /usr/lib/xchat/plugins + exeinto /usr/$(get_libdir)/xchat/plugins doexe xchatosd.so || die "doexe failed" dodoc ChangeLog README || die "dodoc failed" } |