Marcel Telka
2024-04-03 e60d2de5775b841de4ac7b2f31a5a640192ce2f3
make-rules/install.rb.mk
@@ -18,9 +18,10 @@
#
# CDDL HEADER END
#
# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
#
VENDOR_RUBY = /usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/$(RUBY_LIB_VERSION)
# default user executable binaries to /usr/bin
INSTALL_RB_BINDIR =   $(USRBINDIR)
@@ -38,6 +39,7 @@
   $(COMPONENT_PRE_INSTALL_ACTION)
   (cd $(SOURCE_DIR) ; $(ENV) $(COMPONENT_INSTALL_ENV) \
                ./install.rb --destdir=$(PROTO_DIR) \
                --ruby=$(RUBY) \
                --bindir=$(INSTALL_RB_BINDIR) \
                --sitelibdir=$(VENDOR_RUBY) \
                --mandir=$(USRSHAREMANDIR))