mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
ruby-ng.eclass: fix UnquotedVariable of EPREFIX
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -630,7 +630,7 @@ doruby() {
|
||||
[[ -z ${RUBY} ]] && die "\$RUBY is not set"
|
||||
( # don't want to pollute calling env
|
||||
sitelibdir=$(ruby_rbconfig_value 'sitelibdir')
|
||||
insinto ${sitelibdir#${EPREFIX}}
|
||||
insinto "${sitelibdir#${EPREFIX}}"
|
||||
insopts -m 0644
|
||||
doins "$@"
|
||||
) || die "failed to install $@"
|
||||
|
||||
Reference in New Issue
Block a user