summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStezkoy2022-11-15 16:21:22 +0500
committerStezkoy2022-11-15 16:21:22 +0500
commit57d6d66897d5b0ee640e9be915a3ad285bb9fd24 (patch)
tree4771245a6748441fe4f20c2f11afbb01be1a4c18
parent7b60829ff4cb892a268968b38024a83c92a37fe7 (diff)
downloadaur-57d6d66897d5b0ee640e9be915a3ad285bb9fd24.tar.gz
fix folder permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9207e4b6d23..a71f344b1c97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = assistant
pkgdesc = Secure remote access to computers over a local network or over the Internet.
pkgver = 5.1
- pkgrel = 1
+ pkgrel = 2
url = https://xn--80akicokc0aablc.xn--p1ai/
arch = x86_64
license = custom:SAFIB LTD
diff --git a/PKGBUILD b/PKGBUILD
index 29b2dd844b58..8e41b9f3fce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=assistant
pkgver=5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Secure remote access to computers over a local network or over the Internet.'
_pkgdesc_ru='Удобный инструмент для безопасного удаленного доступа и решения задач.'
arch=('x86_64')
@@ -18,4 +18,5 @@ package() {
install -Dm644 ${pkgdir}/opt/assistant/license/License.rtf "$pkgdir/usr/share/licenses/$pkgname/License.rtf"
install -Dm644 ${pkgdir}/opt/assistant/scripts/assistant.desktop "$pkgdir/usr/share/applications/remote-assistant.desktop"
+ find "${pkgdir}" -type d -print0 |xargs -0 chmod 755
}