mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
ruby-ng-gnome2.eclass: fix UnquotedVariable of EPREFIX
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -118,7 +118,7 @@ each_ruby_install() {
|
||||
if [[ -e Makefile ]]; then
|
||||
# Create the directories, or the package will create them as files.
|
||||
local archdir=$(ruby_rbconfig_value "sitearchdir")
|
||||
dodir ${archdir#${EPREFIX}} /usr/$(get_libdir)/pkgconfig
|
||||
dodir "${archdir#${EPREFIX}}" /usr/$(get_libdir)/pkgconfig
|
||||
|
||||
emake DESTDIR="${D}" install
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user