aboutsummaryrefslogtreecommitdiff
path: root/extra/ruby/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ruby/build')
-rwxr-xr-xextra/ruby/build3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/ruby/build b/extra/ruby/build
index 592d5d0a..9e60677f 100755
--- a/extra/ruby/build
+++ b/extra/ruby/build
@@ -1,6 +1,7 @@
#!/bin/sh -e
-autoreconf -fi
+# There is a problem with the archive format so we can't extract it with pax.
+busybox tar -xJ --strip-components 1 -f "ruby-$2.tar.xz?no_extract"
./configure \
--prefix=/usr \