summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-10-07 04:09:01 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-10-07 04:09:01 +0000
commit70f24e9f8a1a45fe6b3d25ab17273c268ec82cd6 (patch)
treedab7f5a00ec2c580cc3a8d35058b6852874de705
parentThis update adds bounds checking to command line options used by ncompress bu... (diff)
downloadgentoo-2-70f24e9f8a1a45fe6b3d25ab17273c268ec82cd6.tar.gz
gentoo-2-70f24e9f8a1a45fe6b3d25ab17273c268ec82cd6.tar.bz2
gentoo-2-70f24e9f8a1a45fe6b3d25ab17273c268ec82cd6.zip
multilib fixes.
-rw-r--r--media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild b/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild
index 9cc381859240..a982c0895f7a 100644
--- a/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild
+++ b/media-plugins/eq-xmms/eq-xmms-0.6-r1.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/eq-xmms/eq-xmms-0.6-r1.ebuild,v 1.2 2004/09/01 17:34:43 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/eq-xmms/eq-xmms-0.6-r1.ebuild,v 1.3 2004/10/07 04:09:01 eradicator Exp $
IUSE=""
@@ -34,7 +34,7 @@ src_unpack() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" libdir=`xmms-config --effect-plugin-dir` install || die
dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README README.BSD SKINS TODO
}