aboutsummaryrefslogtreecommitdiff
path: root/extra/ruby/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-09-04 11:08:42 +0300
committerCem Keylan <cem@ckyln.com>2022-09-04 11:08:42 +0300
commit04e9c9e8970ef0cabddafbdd85a78c4653456459 (patch)
tree0841ca0a31f6f69e8720ee9e4d1de7c286cbf142 /extra/ruby/build
parent782faf731b5952b335de4d734deeb4835f53e4b0 (diff)
downloadrepository-04e9c9e8970ef0cabddafbdd85a78c4653456459.tar.gz
ruby: change back to old source
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 \