summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJanek Thomaschewski2017-11-01 02:50:42 +0100
committerJanek Thomaschewski2017-11-01 02:50:42 +0100
commit2c4966f8c2d2100c86ee33f908a0c9dd91593b41 (patch)
tree1e0d576e3be71993289008338c8e3625d6972d7a /PKGBUILD
parente7bdd9cd4dd4a431930fb7275b4b8d9c145b34ad (diff)
downloadaur-2c4966f8c2d2100c86ee33f908a0c9dd91593b41.tar.gz
Fix signal-desktop alias in /usr/bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e27dd3135ee6..ae7277d64d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=signal-desktop-bin
pkgver=1.0.34
-pkgrel=2
+pkgrel=3
pkgdesc='Private messaging from your desktop'
arch=('x86_64')
url='https://github.com/WhisperSystems/Signal-Desktop'
@@ -31,5 +31,5 @@ package() {
mv usr "${pkgdir}"
mkdir "${pkgdir}/usr/bin"
- mv signal-desktop "${pkgdir}/usr/bin/"
+ install -D -m755 signal-desktop "${pkgdir}/usr/bin/signal-desktop"
}