diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-01-16 17:13:14 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-01-16 17:13:14 +0000 |
commit | ab3f774f822855047693af943eef3fe48e9b266a (patch) | |
tree | fbdff733efeb8b1b6bb49bafc6113a863cfd6ebd /dev-ruby/racc | |
parent | adding missing files (diff) | |
download | gentoo-2-ab3f774f822855047693af943eef3fe48e9b266a.tar.gz gentoo-2-ab3f774f822855047693af943eef3fe48e9b266a.tar.bz2 gentoo-2-ab3f774f822855047693af943eef3fe48e9b266a.zip |
Fixed some CHOST issues
Diffstat (limited to 'dev-ruby/racc')
-rw-r--r-- | dev-ruby/racc/racc-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/racc/racc-1.2.4.ebuild b/dev-ruby/racc/racc-1.2.4.ebuild index d58e307ac807..bfa0080c3177 100644 --- a/dev-ruby/racc/racc-1.2.4.ebuild +++ b/dev-ruby/racc/racc-1.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.2.4.ebuild,v 1.1 2000/11/17 08:22:04 jerry Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.2.4.ebuild,v 1.2 2001/01/16 17:13:14 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -22,5 +22,5 @@ src_install () { cd ${S} try ruby setup.rb install --bin-dir=${D}/usr/bin \ --rb-dir=${D}/usr/lib/ruby/site_ruby/1.6 \ - --so-dir=${D}/usr/lib/ruby/site_ruby/1.6/i686-linux-gnu + --so-dir=${D}/usr/lib/ruby/site_ruby/1.6/${CHOST%%-*}-linux-gnu } |