aboutsummaryrefslogtreecommitdiff
path: root/network/rustdesk-opt/rustdesk-opt.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/rustdesk-opt/rustdesk-opt.SlackBuild')
-rw-r--r--network/rustdesk-opt/rustdesk-opt.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/rustdesk-opt/rustdesk-opt.SlackBuild b/network/rustdesk-opt/rustdesk-opt.SlackBuild
index 6d1b69b75b..c246e330fe 100644
--- a/network/rustdesk-opt/rustdesk-opt.SlackBuild
+++ b/network/rustdesk-opt/rustdesk-opt.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rustdesk-opt
SRCNAM=rustdesk
-VERSION=${VERSION:-1.3.8}
+VERSION=${VERSION:-1.3.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,8 +84,8 @@ if [ -e $CWD/vcpkg-2023.04.15-deps.tar.gz ] && [ -e $CWD/vcpkg-glibc ]; then
cd vcpkg-2023.04.15
touch vcpkg.disable-metrics
tar -xvzf $CWD/vcpkg-2023.04.15-deps.tar.gz
- cp -a $CWD/vcpkg-glibc vcpkg
- chmod +x vcpkg
+ cp $CWD/vcpkg-glibc vcpkg
+ chmod 755 vcpkg
cd ..
VCPKG_DL="--no-downloads"