# HG changeset patch # User Jingning Ji # Date 1472157072 25200 # Node ID 57b59903a65e59e2f225292f84f3fe95dac36113 # Parent c69d3c7762d0bf09ae4a1d6b838c3c6faa316969 22961636 ruby components have incorrect build target BUILD_64 in their Makefile (fix evaluation build) diff -r c69d3c7762d0 -r 57b59903a65e components/ruby/puppet/Makefile --- a/components/ruby/puppet/Makefile Thu Aug 25 06:39:51 2016 -0700 +++ b/components/ruby/puppet/Makefile Thu Aug 25 13:31:12 2016 -0700 @@ -45,8 +45,8 @@ include $(WS_MAKE_RULES)/ruby.mk # puppet requires facter and hiera as part of the install phase -FACTER_LIB=$(WS_TOP)/components/ruby/facter/build/$(MACH64)/lib -HIERA_LIB=$(WS_TOP)/components/ruby/hiera/build/$(MACH64)/lib +FACTER_LIB=$(WS_TOP)/components/ruby/facter/build/$(MACH)/lib +HIERA_LIB=$(WS_TOP)/components/ruby/hiera/build/$(MACH)/lib COMPONENT_INSTALL_ENV += RUBYLIB="$(FACTER_LIB):$(HIERA_LIB)" ../facter/build/%/.installed: