diff options
Diffstat (limited to 'extra/ruby/build')
-rwxr-xr-x | extra/ruby/build | 3 |
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 \ |