Skip to content

Commit

Permalink
Linux: fix rbconfig patching
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Feb 9, 2015
1 parent 7c2354e commit 21fb212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/internal/build-ruby-inside-mock
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ echo $GEM_EXTENSION_API_VERSION > /tmp/ruby/info/GEM_EXTENSION_API_VERSION

echo "Patching rbconfig.rb"
echo >> /tmp/ruby/lib/ruby/$RUBY_COMPAT_VERSION/$RUBY_ARCH/rbconfig.rb
cat "$SELFDIR/internal/rbconfig_patch.rb" >> /tmp/ruby/lib/ruby/$RUBY_COMPAT_VERSION/$RUBY_ARCH/rbconfig.rb
cat "/system/rbconfig_patch.rb" >> /tmp/ruby/lib/ruby/$RUBY_COMPAT_VERSION/$RUBY_ARCH/rbconfig.rb

# Remove some standard dummy gems. We must do this before
# installing further gems in order to prevent accidentally
Expand Down

0 comments on commit 21fb212

Please sign in to comment.