index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-10 21:13:19 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-10 21:13:19 +0200 |
commit | e946d26faab942f50fd763fe8504a0bd9bf84877 (patch) | |
tree | 2f8350d3c95001b211101136b134b6b12a043db4 /community/ruby-bigdecimal | |
parent | 59ef0abf0446e4117dcc0801788e7217a7876893 (diff) |
-rw-r--r-- | community/ruby-bigdecimal/PKGBUILD | 16 |
diff --git a/community/ruby-bigdecimal/PKGBUILD b/community/ruby-bigdecimal/PKGBUILD index 40c4a4e2..71221b41 100644 --- a/community/ruby-bigdecimal/PKGBUILD +++ b/community/ruby-bigdecimal/PKGBUILD @@ -1,19 +1,3 @@ -# bootstrapped packages in first step from /opt/ruby- contain -# /opt/ruby-XXX/bin in the binaries in /usr/bin and they have -# wrong architecture strings in native library code -eval "$( - declare -f build | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" -eval "$( - declare -f package | \ - sed ' - 3 i export RUBYLIB=/usr/lib/ruby/3.0.0/x86-linux - ' -)" - # move native code to proper place (where ruby expects it) eval "$( declare -f package | \ |