index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-25 08:04:45 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-25 08:04:45 +0300 |
commit | e7c5e2a0fdb85ec7acd647293140139f4e262e27 (patch) | |
tree | 1f7cc8966bdd7348ce494a693d7b4dd2a4517e7e /extra/ruby/PKGBUILD | |
parent | 8e8f498fb4a2b2569f9e94170df03ef30b8ca600 (diff) |
-rw-r--r-- | extra/ruby/PKGBUILD | 3 |
diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 2ee10842..b03abc17 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -1,3 +1,6 @@ +# Hack +eval "$(declare -f build | sed 's@./configure@./configure --with-search-path=/usr/lib/ruby/${pkgver:0:3}.0/x86-linux@')" + # patch architecture in helper shared libs if [ "${CARCH}" = "pentium4" -o "${CARCH}" = "i686" ]; then eval "$( |