summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/xchatosd')
-rw-r--r--net-irc/xchatosd/ChangeLog6
-rw-r--r--net-irc/xchatosd/xchatosd-5.12.ebuild4
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"
}