components/ruby/puppet/Makefile
changeset 5355 5ccf97c2878d
parent 5066 7e7b4d607ab6
child 5427 25b736152081
--- a/components/ruby/puppet/Makefile	Wed Jan 27 10:09:20 2016 -0800
+++ b/components/ruby/puppet/Makefile	Wed Jan 27 17:18:04 2016 -0800
@@ -18,7 +18,7 @@
 #
 # 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.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -48,7 +48,10 @@
 	(cd ../hiera ; $(GMAKE) install)
 
 # set the bindir to /usr/sbin
-INSTALL_RB_BINDIR =	$(USRSBINDIR)
+INSTALL_RB_BINDIR_OPTION =	--bindir=$(USRSBINDIR)
+
+# --sbindir option not supported by Puppet install.rb
+INSTALL_RB_SBINDIR_OPTION =
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)