summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStephan Springer2021-10-10 14:18:35 +0200
committerStephan Springer2021-10-10 14:18:35 +0200
commitbbef8dd8273f4d94c6ce9b89a495ee30c465e890 (patch)
tree0fd922f5111c5b122ab425f8665febaf46092f20 /PKGBUILD
parentc00dc7dfb2fdaf192c336534ba45ca5b6af26eb8 (diff)
downloadaur-bbef8dd8273f4d94c6ce9b89a495ee30c465e890.tar.gz
fix permissions (/opt/Citrix/ICAClient/lib/libweb*.so)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5149bdfdb927..b00b4f657845 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=icaclient
pkgver=21.9.0.25
-pkgrel=1
+pkgrel=2
pkgdesc="Citrix Workspace App for x86_64 (64bit) Linux (ICAClient, Citrix Receiver)"
arch=('x86_64' 'i686' 'armv7h')
url='https://www.citrix.com/downloads/workspace-app/linux/'
@@ -75,6 +75,8 @@ package() {
cp -r ./site/ "${pkgdir}$ICAROOT"
cp -r ./usb/ "${pkgdir}$ICAROOT"
cp -r ./util/ "${pkgdir}$ICAROOT"
+ # fix permissions
+ chmod -R a+r "${pkgdir}$ICAROOT"
rm "${pkgdir}$ICAROOT/lib/UIDialogLibWebKit.so"