Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rake/PKGBUILD
blob: 61f285122bd716a6cf93befb761880646596e5b8 (plain)
1
2
3
4
5
6
7
8
9
makedepends+=(ruby-bootstrap)

# install to final destination in /usr and not into /opt/ruby-xxx
eval "$(
  declare -f package | \
    sed '
    /_gemdir/ a mkdir -p "${pkgdir}"/opt/"${pkgname}-${pkgver}"
    '
)"