mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/zeroc-ice to 3.7.2-1.1
This commit is contained in:
parent
9b69e04634
commit
790aa1a637
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue