diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-03-28 10:06:32 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-03-28 10:06:32 +0100 |
commit | 42b0e99998b3abd874ac5d6035db6a54ae29fa9e (patch) | |
tree | c6b8d9a2e2837470350157771548ade406ba1f4a /community/zeroc-ice | |
parent | 1804870f24e231213729186849c9533c46f6679a (diff) | |
download | packages-42b0e99998b3abd874ac5d6035db6a54ae29fa9e.tar.xz |
community/zeroc-ice: do not move usr/lib64 to usr/lib on 32-bit
Diffstat (limited to 'community/zeroc-ice')
-rw-r--r-- | community/zeroc-ice/PKGBUILD | 7 |
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.*|| + ' +)" |