diff options
author | yjun | 2021-01-08 16:12:09 +0800 |
---|---|---|
committer | yjun | 2021-01-08 16:12:09 +0800 |
commit | 293a04d748eb58d3499b94ab92e4463ef7f7ed15 (patch) | |
tree | 296f9a558f5150f44a8018a83b6689362ffc6460 | |
parent | b04c1d4e59d3596f6c229d7e0c15cb0b2694d1f9 (diff) | |
download | aur-293a04d748eb58d3499b94ab92e4463ef7f7ed15.tar.gz |
removed /usr/bin/todeskupdate & /opt/todesk/todeskupdate
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = todesk-bin pkgdesc = Remote control and team work pkgver = 1.2.2 - pkgrel = 2 + pkgrel = 3 url = https://www.todesk.cn/ install = todesk.install arch = x86_64 @@ -3,7 +3,7 @@ pkgname=todesk-bin _pkgname=${pkgname%-bin} pkgver=1.2.2 -pkgrel=2 +pkgrel=3 pkgdesc="Remote control and team work" arch=('x86_64') url="https://www.todesk.cn/" @@ -28,7 +28,7 @@ package() { # binary wrapper install -Dm 755 usr/local/bin/${_pkgname} -t ${pkgdir}/usr/bin/ - install -Dm 755 usr/local/bin/${_pkgname}update -t ${pkgdir}/usr/bin/ + # install -Dm 755 usr/local/bin/${_pkgname}update -t ${pkgdir}/usr/bin/ # lib find opt/${_pkgname}/lib -type f -exec install -Dm644 {} ${pkgdir}/{} \; @@ -40,7 +40,7 @@ package() { # binary & scripts install -Dm755 opt/${_pkgname}/${_pkgname} -t ${pkgdir}/opt/${_pkgname}/ install -Dm755 opt/${_pkgname}/${_pkgname}d -t ${pkgdir}/opt/${_pkgname}/ - install -Dm755 opt/${_pkgname}/${_pkgname}update -t ${pkgdir}/opt/${_pkgname}/ + # install -Dm755 opt/${_pkgname}/${_pkgname}update -t ${pkgdir}/opt/${_pkgname}/ install -Dm755 opt/${_pkgname}/daemon.sh -t ${pkgdir}/opt/${_pkgname}/ # qt.conf & todeskd.conf |