Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-csv/PKGBUILD
blob: 51518b4f5e5c4e15cd9e6c6fb7bab5e3f9c38bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
 declare -f package | \
    sed '
      s|local _gemdir.*|local _gemdir="/usr/lib/ruby/gems/3.0.0"|g
    '
)"

# Command failed with status (1): [/opt/ruby-bootstrap-3.0.4/bin/ruby run-tes...]
# /build/ruby-csv/src/csv-3.2.5/Rakefile:10:in `block in <top (required)>'
# Tasks: TOP => test
unset check