diff -r 5c4c531dd359 -r 6223a5e1822c components/ruby/ruby-18/Makefile --- a/components/ruby/ruby-18/Makefile Thu Dec 05 06:19:29 2013 -0800 +++ b/components/ruby/ruby-18/Makefile Sun Dec 08 21:13:26 2013 -0800 @@ -80,7 +80,7 @@ $(RM) -r $(SOURCE_DIR_1); \ $(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_1); \ $(foreach patch,$(PATCHES_1), \ - $(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch)) + $(GPATCH) -d $(SOURCE_DIR_1) $(GPATCH_FLAGS) < $(patch); ) # These modifications of ruby.1 must occur after ruby # is installed, not before. Although there are some other patches