summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbie Hopkins <herbs@gentoo.org>2005-04-19 14:14:07 +0000
committerHerbie Hopkins <herbs@gentoo.org>2005-04-19 14:14:07 +0000
commitec0d91599628189d2fe3e63251b489fc45ae3ccc (patch)
tree7f409bc65d2d6604684f3451ac41cfa1856fa099 /dev-lang/ruby/ruby-1.8.2-r1.ebuild
parenttill i get a chance to find the better way (diff)
downloadgentoo-2-ec0d91599628189d2fe3e63251b489fc45ae3ccc.tar.gz
gentoo-2-ec0d91599628189d2fe3e63251b489fc45ae3ccc.tar.bz2
gentoo-2-ec0d91599628189d2fe3e63251b489fc45ae3ccc.zip
replaced one more lib with $(get_libdir)
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang/ruby/ruby-1.8.2-r1.ebuild')
-rw-r--r--dev-lang/ruby/ruby-1.8.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/ruby/ruby-1.8.2-r1.ebuild b/dev-lang/ruby/ruby-1.8.2-r1.ebuild
index 699d42128dfd..664dcc2831b4 100644
--- a/dev-lang/ruby/ruby-1.8.2-r1.ebuild
+++ b/dev-lang/ruby/ruby-1.8.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.2-r1.ebuild,v 1.6 2005/04/19 12:09:16 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.2-r1.ebuild,v 1.7 2005/04/19 14:14:07 herbs Exp $
ONIGURUMA="onigd2_4_0"
@@ -101,8 +101,8 @@ src_install() {
dosym /usr/lib/libruby${SLOT/./}.${PV%_*}.dylib /usr/lib/libruby.${PV%.*}.dylib
dosym /usr/lib/libruby${SLOT/./}.${PV%_*}.dylib /usr/lib/libruby.${PV%_*}.dylib
else
- dosym /usr/lib/libruby${SLOT/./}.so.${PV%_*} /usr/lib/libruby.so.${PV%.*}
- dosym /usr/lib/libruby${SLOT/./}.so.${PV%_*} /usr/lib/libruby.so.${PV%_*}
+ dosym /usr/$(get_libdir)/libruby${SLOT/./}.so.${PV%_*} /usr/$(get_libdir)/libruby.so.${PV%.*}
+ dosym /usr/$(get_libdir)/libruby${SLOT/./}.so.${PV%_*} /usr/$(get_libdir)/libruby.so.${PV%_*}
fi
dodoc COPYING* ChangeLog MANIFEST README* ToDo