index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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 | |
parent | 1804870f24e231213729186849c9533c46f6679a (diff) |
-rw-r--r-- | community/zeroc-ice/PKGBUILD | 7 |
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.*|| + ' +)" |