diff -r 38b0ccd2f460 -r 967c8138ab7b make-rules/shared-macros.mk --- a/make-rules/shared-macros.mk Wed May 06 10:05:59 2015 -0700 +++ b/make-rules/shared-macros.mk Tue May 19 14:52:54 2015 -0700 @@ -309,8 +309,8 @@ RUBY_VERSION = 1.9 RUBY_LIB_VERSION = 1.9.1 -RUBY.1.8 = /usr/ruby/1.8/bin/ruby RUBY.1.9 = /usr/ruby/1.9/bin/ruby +RUBY.2.1 = /usr/ruby/2.1/bin/ruby RUBY = $(RUBY.$(RUBY_VERSION)) # Use the ruby lib versions to represent the RUBY_VERSIONS that # need to get built. This is done because during package transformations