summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-03-28 10:06:32 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2020-03-28 10:06:32 +0100
commit42b0e99998b3abd874ac5d6035db6a54ae29fa9e (patch)
treec6b8d9a2e2837470350157771548ade406ba1f4a
parent1804870f24e231213729186849c9533c46f6679a (diff)
downloadpackages-42b0e99998b3abd874ac5d6035db6a54ae29fa9e.tar.xz
community/zeroc-ice: do not move usr/lib64 to usr/lib on 32-bit
-rw-r--r--community/zeroc-ice/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/zeroc-ice/PKGBUILD b/community/zeroc-ice/PKGBUILD
new file mode 100644
index 00000000..b82d04eb
--- /dev/null
+++ b/community/zeroc-ice/PKGBUILD
@@ -0,0 +1,7 @@
+eval "$(
+ declare -f package_zeroc-ice| \
+ sed '
+ s|rm.*/usr/lib.*||
+ s|mv.*/usr/lib64.*/usr/lib.*||
+ '
+)"