summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-07 03:22:48 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-07 03:22:48 +0000
commitfa02a4cbdd8b94e98c86c4e7abd28e1b578ab7c1 (patch)
tree5f40f2a81d57fbb405c168749f9e6ebb076965c8 /media-plugins/xmms-shn
parentget_libdir fixes. (diff)
downloadhistorical-fa02a4cbdd8b94e98c86c4e7abd28e1b578ab7c1.tar.gz
historical-fa02a4cbdd8b94e98c86c4e7abd28e1b578ab7c1.tar.bz2
historical-fa02a4cbdd8b94e98c86c4e7abd28e1b578ab7c1.zip
multilib fixes.
Diffstat (limited to 'media-plugins/xmms-shn')
-rw-r--r--media-plugins/xmms-shn/ChangeLog6
-rw-r--r--media-plugins/xmms-shn/xmms-shn-2.4.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/xmms-shn/ChangeLog b/media-plugins/xmms-shn/ChangeLog
index 19942d27284e..ab036cc6e049 100644
--- a/media-plugins/xmms-shn/ChangeLog
+++ b/media-plugins/xmms-shn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/xmms-shn
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/ChangeLog,v 1.8 2004/09/03 08:59:38 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/ChangeLog,v 1.9 2004/10/07 03:20:32 eradicator Exp $
+
+ 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ xmms-shn-2.4.0.ebuild:
+ multilib fixes.
03 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
xmms-shn-2.4.0.ebuild:
diff --git a/media-plugins/xmms-shn/xmms-shn-2.4.0.ebuild b/media-plugins/xmms-shn/xmms-shn-2.4.0.ebuild
index c6e9fbce0b99..0523ca53f622 100644
--- a/media-plugins/xmms-shn/xmms-shn-2.4.0.ebuild
+++ b/media-plugins/xmms-shn/xmms-shn-2.4.0.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/media-plugins/xmms-shn/xmms-shn-2.4.0.ebuild,v 1.2 2004/09/03 08:59:38 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-shn/xmms-shn-2.4.0.ebuild,v 1.3 2004/10/07 03:20:32 eradicator Exp $
IUSE=""
@@ -16,6 +16,6 @@ KEYWORDS="x86 ~ppc -sparc ~alpha ~hppa ~mips amd64"
DEPEND="media-sound/xmms"
src_install() {
- make DESTDIR=${D} libdir=/usr/lib/xmms/Input install || die
+ make DESTDIR=${D} libdir=`xmms-config --input-plugin-dir` install || die
dodoc AUTHORS COPYING NEWS README
}