Skip to content

Commit

Permalink
upgpkg: signal-desktop-bin 1.27.3-2
Browse files Browse the repository at this point in the history
fix chrome-sandbox permissions, hotfix for signalapp/Signal-Desktop#3536
  • Loading branch information
jthomaschewski committed Sep 30, 2019
1 parent 219fd69 commit 5ff1540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = signal-desktop-bin
pkgdesc = Private messaging from your desktop
pkgver = 1.27.3
pkgrel = 1
pkgrel = 2
url = https://github.com/signalapp/Signal-Desktop
arch = x86_64
license = GPL3
Expand Down
5 changes: 4 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pkgname=signal-desktop-bin
pkgver=1.27.3
pkgrel=1
pkgrel=2
pkgdesc='Private messaging from your desktop'
arch=('x86_64')
url='https://github.com/signalapp/Signal-Desktop'
Expand All @@ -23,6 +23,9 @@ package() {
# fix permissions in 1.9.0+ (Some directories have now 775; changing them back to 755)
find "${pkgdir}" -type d -not -perm 755 -exec chmod 755 {} \;

# fix crash on some systems due https://github.com/signalapp/Signal-Desktop/issues/3536
chmod 4755 "${pkgdir}/opt/Signal/chrome-sandbox"

# install symbolic link in /usr/bin
install -d -m755 "${pkgdir}/usr/bin"
ln -s /opt/Signal/signal-desktop "${pkgdir}/usr/bin"
Expand Down

0 comments on commit 5ff1540

Please sign in to comment.