Install acwebhelper plugin library (thanks @arthur_felps)
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = cisco-anyconnect
|
pkgbase = cisco-anyconnect
|
||||||
pkgdesc = Cisco AnyConnect Secure Mobility Client
|
pkgdesc = Cisco AnyConnect Secure Mobility Client
|
||||||
pkgver = 4.8.03052
|
pkgver = 4.8.03052
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-client/index.html
|
url = https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-client/index.html
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -7,7 +7,7 @@ _source="installer" # if installing from .sh installer
|
|||||||
|
|
||||||
pkgname=cisco-anyconnect
|
pkgname=cisco-anyconnect
|
||||||
pkgver=4.8.03052
|
pkgver=4.8.03052
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Cisco AnyConnect Secure Mobility Client'
|
pkgdesc='Cisco AnyConnect Secure Mobility Client'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
depends=('libxml2' 'ca-certificates')
|
depends=('libxml2' 'ca-certificates')
|
||||||
@@ -98,7 +98,7 @@ package() {
|
|||||||
# install plugins
|
# install plugins
|
||||||
# we intentionally don't install the telemetry plugin here
|
# we intentionally don't install the telemetry plugin here
|
||||||
# because it tries to write to /opt and we don't want that
|
# 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}"
|
install -Dm755 ${plugin} "${pkgdir}/opt/cisco/anyconnect/bin/plugins/${plugin}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user