make-rules/install.rb.mk
changeset 5350 0bd2e97a57c6
parent 4252 891a844655c4
child 5355 5ccf97c2878d
--- a/make-rules/install.rb.mk	Tue Jan 26 16:40:09 2016 -0800
+++ b/make-rules/install.rb.mk	Wed Jan 27 09:13:52 2016 -0800
@@ -18,13 +18,14 @@
 #
 # CDDL HEADER END
 #
-# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2016, 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)
+INSTALL_RB_SBINDIR =	$(USRSBINDIR)
 
 # install.rb scripts do not have any concept of 'build' so make this a
 # no-op
@@ -41,6 +42,7 @@
                 ./install.rb --destdir=$(PROTO_DIR) \
                 --ruby=$(RUBY) \
                 --bindir=$(INSTALL_RB_BINDIR) \
+                --sbindir=$(INSTALL_RB_SBINDIR) \
                 --sitelibdir=$(VENDOR_RUBY) \
                 --mandir=$(USRSHAREMANDIR))
 	$(COMPONENT_POST_INSTALL_ACTION)