mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ruby: fix
This commit is contained in:
parent
17278f069f
commit
8542216490
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue