components/ruby/Makefile
branchs11u1-sru
changeset 2864 7d980597e334
parent 2834 d69aa373f992
child 3188 3284355c617d
--- a/components/ruby/Makefile	Fri Dec 20 13:47:38 2013 -0800
+++ b/components/ruby/Makefile	Fri Dec 20 13:51:55 2013 -0800
@@ -77,9 +77,9 @@
 # Rubygems has patches, but it does not use configure nor make.
 COMPONENT_PREP_ACTION = (cd $(@D) ; autoconf); \
 	$(RM) -r $(SOURCE_DIR_1); \
-	$(UNPACK) $(UNPACK_ARGS) $(USERLAND_ARCHIVES)$(COMPONENT_ARCHIVE_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