extra/ruby: fix

This commit is contained in:
Kevin Mihelich 2018-01-30 01:36:35 +00:00
parent 17278f069f
commit 8542216490

View file

@ -26,7 +26,7 @@ prepare() {
# remove bundled gems, we are going to ship them as separate packages
rm -rf gems/
# fixes https://bugs.ruby-lang.org/issues/9507
[[ $CARCH == 'arm' ]] && patch -Np1 -i ../0002-Use-only-unsigned-long-for-rb_serial_t.patch
[[ $CARCH == 'arm' ]] && patch -Np1 -i ../0002-Use-only-unsigned-long-for-rb_serial_t.patch || true
}
build() {