make-rules/install.rb.mk
changeset 3817 30b42c38bbc4
parent 2054 5f403d9bcaad
child 4252 891a844655c4
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 VENDOR_RUBY = /usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/$(RUBY_LIB_VERSION)
    24 VENDOR_RUBY = /usr/ruby/$(RUBY_VERSION)/lib/ruby/vendor_ruby/$(RUBY_LIB_VERSION)
    25 
    25 
    26 # default user executable binaries to /usr/bin
    26 # default user executable binaries to /usr/bin
    46 	$(COMPONENT_POST_INSTALL_ACTION)
    46 	$(COMPONENT_POST_INSTALL_ACTION)
    47 	$(TOUCH) $@
    47 	$(TOUCH) $@
    48 
    48 
    49 clean::
    49 clean::
    50 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
    50 	$(RM) -r $(SOURCE_DIR) $(BUILD_DIR)
       
    51 
       
    52 REQUIRED_PACKAGES += runtime/ruby