Install acwebhelper plugin library (thanks @arthur_felps)

This commit is contained in:
K900
2020-06-08 11:25:45 +03:00
parent 0314b41549
commit f8e722b656
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = cisco-anyconnect
pkgdesc = Cisco AnyConnect Secure Mobility Client
pkgver = 4.8.03052
pkgrel = 1
pkgrel = 2
url = https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-client/index.html
arch = x86_64
license = custom

View File

@@ -7,7 +7,7 @@ _source="installer" # if installing from .sh installer
pkgname=cisco-anyconnect
pkgver=4.8.03052
pkgrel=1
pkgrel=2
pkgdesc='Cisco AnyConnect Secure Mobility Client'
arch=('x86_64')
depends=('libxml2' 'ca-certificates')
@@ -98,7 +98,7 @@ package() {
# install plugins
# we intentionally don't install the telemetry plugin here
# because it tries to write to /opt and we don't want that
for plugin in "libvpnipsec.so"; do
for plugin in "libacwebhelper.so" "libvpnipsec.so"; do
install -Dm755 ${plugin} "${pkgdir}/opt/cisco/anyconnect/bin/plugins/${plugin}"
done