diff options
author | 2005-02-21 22:55:08 +0000 | |
---|---|---|
committer | 2005-02-21 22:55:08 +0000 | |
commit | 83127d765b824879dbaea9407c83f9608f0e2ecf (patch) | |
tree | d47bb88a468c907060fe50c58a508176d20b93e9 /eclass | |
parent | new version (diff) | |
download | gentoo-2-83127d765b824879dbaea9407c83f9608f0e2ecf.tar.gz gentoo-2-83127d765b824879dbaea9407c83f9608f0e2ecf.tar.bz2 gentoo-2-83127d765b824879dbaea9407c83f9608f0e2ecf.zip |
inherit multilib
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/myth.eclass | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/eclass/myth.eclass b/eclass/myth.eclass index 326481efade1..34fd08f789b5 100644 --- a/eclass/myth.eclass +++ b/eclass/myth.eclass @@ -1,10 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.7 2005/02/21 01:44:07 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/myth.eclass,v 1.8 2005/02/21 22:55:08 eradicator Exp $ # # Author: Daniel Ahlberg <aliz@gentoo.org> # +inherit multilib + ECLASS=myth INHERITED="${INHERITED} ${ECLASS}" IUSE="${IUSE} nls debug" @@ -37,12 +39,12 @@ myth_src_unpack() { -i 'settings.pro' || die "enable debug failed" fi + setup_pro + find ${S} -name '*.pro' -exec sed -i \ -e "s:\$\${PREFIX}/lib/:\$\${PREFIX}/$(get_libdir)/:g" \ -e "s:\$\${PREFIX}/lib$:\$\${PREFIX}/$(get_libdir):g" \ {} \; - - setup_pro } myth_src_compile() { |