22961636 ruby components have incorrect build target BUILD_64 in their Makefile (fix evaluation build)
authorJingning Ji <jingning.ji@oracle.com>
Thu, 25 Aug 2016 13:31:12 -0700
changeset 6684 57b59903a65e
parent 6683 c69d3c7762d0
child 6685 bac278bb0da8
22961636 ruby components have incorrect build target BUILD_64 in their Makefile (fix evaluation build)
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: