diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-07 03:32:13 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-10-07 03:32:13 +0000 |
commit | f738e2c5071f532f7a4ee79e91cccc832009d1db (patch) | |
tree | 4ac81621bd1f7ad035a4556545eeedaf37682988 /media-sound/edna | |
parent | multilib fixes. (diff) | |
download | historical-f738e2c5071f532f7a4ee79e91cccc832009d1db.tar.gz historical-f738e2c5071f532f7a4ee79e91cccc832009d1db.tar.bz2 historical-f738e2c5071f532f7a4ee79e91cccc832009d1db.zip |
get_libdir fixes.
Diffstat (limited to 'media-sound/edna')
-rw-r--r-- | media-sound/edna/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/edna/edna-0.5-r3.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/edna/ChangeLog b/media-sound/edna/ChangeLog index a87560b98d90..8303fb3a5e50 100644 --- a/media-sound/edna/ChangeLog +++ b/media-sound/edna/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/edna # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.10 2004/09/14 07:38:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/ChangeLog,v 1.11 2004/10/07 03:27:00 eradicator Exp $ + + 06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> edna-0.5-r3.ebuild: + get_libdir fixes. 14 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> edna-0.5-r3.ebuild: Stable amd64, sparc. diff --git a/media-sound/edna/edna-0.5-r3.ebuild b/media-sound/edna/edna-0.5-r3.ebuild index 33998b71a7ad..c2c6759d1916 100644 --- a/media-sound/edna/edna-0.5-r3.ebuild +++ b/media-sound/edna/edna-0.5-r3.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-sound/edna/edna-0.5-r3.ebuild,v 1.8 2004/09/14 07:38:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/edna/edna-0.5-r3.ebuild,v 1.9 2004/10/07 03:27:00 eradicator Exp $ IUSE="" @@ -22,18 +22,18 @@ src_install() { insopts -m 755 newins ${FILESDIR}/edna.gentoo edna - dodir /usr/bin /usr/lib/edna /usr/lib/edna/templates + dodir /usr/bin /usr/$(get_libdir)/edna /usr/$(get_libdir)/edna/templates exeinto /usr/bin ; newexe edna.py edna - exeinto /usr/lib/edna ; doexe ezt.py - exeinto /usr/lib/edna ; doexe MP3Info.py - insinto /usr/lib/edna/templates + exeinto /usr/$(get_libdir)/edna ; doexe ezt.py + exeinto /usr/$(get_libdir)/edna ; doexe MP3Info.py + insinto /usr/$(get_libdir)/edna/templates insopts -m 644 doins templates/* insinto /etc/edna insopts -m 644 doins edna.conf - dosym /usr/lib/edna/templates /etc/edna/templates + dosym /usr/$(get_libdir)/edna/templates /etc/edna/templates dodoc COPYING README ChangeLog dohtml -r www/* |