Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 15 May 2021 06:46:15
Message-Id: 1621061168.f351e3caf8a30634ee07a5a37e07d5a7e37adc2c.graaff@gentoo
1 commit: f351e3caf8a30634ee07a5a37e07d5a7e37adc2c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 15 06:43:40 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 15 06:46:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f351e3ca
7
8 eclass/ruby-fakegem.eclass: remove duplicate / in path
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 eclass/ruby-fakegem.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
16 index 3e36b06d315..9b2fd39ccf1 100644
17 --- a/eclass/ruby-fakegem.eclass
18 +++ b/eclass/ruby-fakegem.eclass
19 @@ -562,7 +562,7 @@ each_fakegem_install() {
20 local _extensionsdir="$(ruby_fakegem_gemsdir)/extensions/$(ruby_rbconfig_value 'arch')/$(ruby_rbconfig_value 'ruby_version')/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}"
21
22 for extension in ${RUBY_FAKEGEM_EXTENSIONS[@]} ; do
23 - emake V=1 sitearchdir="${ED}/${_extensionsdir}" -C ${extension%/*} install
24 + emake V=1 sitearchdir="${ED}${_extensionsdir}" -C ${extension%/*} install
25 done
26
27 # Add the marker to indicate that the extensions are installed