#!/bin/sh -e # 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" # This build problem occurs in the latest libressl series, I don't exactly know # if this is an issue with ruby or libressl, so below here is an absolute hack. clsed '/#include "ossl.h"/r /dev/stdin' ext/openssl/ossl_pkey.c <