summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilvio Fricke2018-08-14 14:21:32 +0200
committerSilvio Fricke2018-08-14 14:21:32 +0200
commit94525502aea7cb8e772946c279e9b01f5a12ee3e (patch)
treec881509234cb20090ab0249ee627550377b485cb
parent6432ecc9cbad5a09c19397ade623f1d2e48401f6 (diff)
downloadaur-94525502aea7cb8e772946c279e9b01f5a12ee3e.tar.gz
PKGBUILD: make lib folder world read and changeable
Signed-off-by: Silvio Fricke <silvio.fricke@softing.com>
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7efd14d9eebd..c41c798c01ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,5 +45,7 @@ package() {
cd network-manager-fortisslvpn/
make DESTDIR="${pkgdir}" install
+
+ chmod a+rx "${pkgdir}"/var/lib/NetworkManager-fortisslvpn
}