community/zeroc-ice to 3.7.2-1.1

This commit is contained in:
Kevin Mihelich 2019-07-06 22:47:30 +00:00
parent 9b69e04634
commit 790aa1a637

View file

@ -9,7 +9,7 @@
pkgname=(zeroc-ice zeroc-ice-java)
pkgbase=(zeroc-ice)
pkgver=3.7.2
pkgrel=1
pkgrel=1.1
pkgdesc="An object-oriented middleware that provides RPC functionality"
arch=(x86_64)
url="https://zeroc.com"
@ -52,7 +52,7 @@ package_zeroc-ice() {
rm -f ${pkgdir}/usr/share/Ice-${pkgver}/LICENSE
rm -f ${pkgdir}/usr/share/Ice-${pkgver}/ICE_LICENSE
if [ $CARCH = "x86_64" ]; then
if [ $CARCH == "aarch64" ]; then
rm -df ${pkgdir}/usr/lib/
mv ${pkgdir}/usr/lib64/ ${pkgdir}/usr/lib/
fi