commit:     f351e3caf8a30634ee07a5a37e07d5a7e37adc2c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 15 06:43:40 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 15 06:46:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f351e3ca

eclass/ruby-fakegem.eclass: remove duplicate / in path

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 eclass/ruby-fakegem.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 3e36b06d315..9b2fd39ccf1 100644
--- a/eclass/ruby-fakegem.eclass
+++ b/eclass/ruby-fakegem.eclass
@@ -562,7 +562,7 @@ each_fakegem_install() {
                local 
_extensionsdir="$(ruby_fakegem_gemsdir)/extensions/$(ruby_rbconfig_value 
'arch')/$(ruby_rbconfig_value 
'ruby_version')/${RUBY_FAKEGEM_NAME}-${RUBY_FAKEGEM_VERSION}"
 
                for extension in ${RUBY_FAKEGEM_EXTENSIONS[@]} ; do
-                       emake V=1 sitearchdir="${ED}/${_extensionsdir}" -C 
${extension%/*} install
+                       emake V=1 sitearchdir="${ED}${_extensionsdir}" -C 
${extension%/*} install
                done
 
                # Add the marker to indicate that the extensions are installed

Reply via email to