Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby-rdoc/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-10 21:13:19 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-10 21:13:19 +0200
commite946d26faab942f50fd763fe8504a0bd9bf84877 (patch)
tree2f8350d3c95001b211101136b134b6b12a043db4 /community/ruby-rdoc/PKGBUILD
parent59ef0abf0446e4117dcc0801788e7217a7876893 (diff)
community/ruby*: removed all but still essential patching
Diffstat (limited to 'community/ruby-rdoc/PKGBUILD')
-rw-r--r--community/ruby-rdoc/PKGBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/ruby-rdoc/PKGBUILD b/community/ruby-rdoc/PKGBUILD
deleted file mode 100644
index 99c8af6b..00000000
--- a/community/ruby-rdoc/PKGBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
- '
-)"