diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-04-09 23:18:36 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-04-09 23:18:36 +0000 |
commit | e83b9555175c4b3ed127bae32a3ecaf60a561198 (patch) | |
tree | cd4168e808fed18304dce249eafd519f6a5c3e6c /eclass/twisted.eclass | |
parent | Stable on amd64, pruned old version. (diff) | |
download | gentoo-2-e83b9555175c4b3ed127bae32a3ecaf60a561198.tar.gz gentoo-2-e83b9555175c4b3ed127bae32a3ecaf60a561198.tar.bz2 gentoo-2-e83b9555175c4b3ed127bae32a3ecaf60a561198.zip |
Hopefully fix twisted tests on multilib.
Diffstat (limited to 'eclass/twisted.eclass')
-rw-r--r-- | eclass/twisted.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/twisted.eclass b/eclass/twisted.eclass index 4f3618f46fd8..747885d5ea9e 100644 --- a/eclass/twisted.eclass +++ b/eclass/twisted.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.3 2006/02/13 22:28:07 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/twisted.eclass,v 1.4 2006/04/09 23:18:36 marienz Exp $ # # Author: Marien Zwart <marienz@gentoo.org> # @@ -30,7 +30,7 @@ twisted_src_test() { # This is a hack to make tests work without installing to the live # filesystem. We copy the twisted site-packages to a temporary # dir, install there, and run from there. - local spath="usr/$(get_libdir)/python${PYVER}/site-packages/" + local spath="usr/lib/python${PYVER}/site-packages/" mkdir -p "${T}/${spath}" cp -R "${ROOT}${spath}/twisted" "${T}/${spath}" || die if has_version ">=dev-lang/python-2.3"; then |