summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2019-05-21 21:27:06 +0200
committerBjoern Franke2019-05-21 21:27:06 +0200
commit601d48671cf0ac4e1ccd99dd4a2301bd4baf30a4 (patch)
treef0355d621adfd1a6f7f84929023946a655ed448b /PKGBUILD
parent303f4ea8b7c4509e71c503a02c42e7ee8a33882c (diff)
downloadaur-601d48671cf0ac4e1ccd99dd4a2301bd4baf30a4.tar.gz
fix chrome-sandbox permission issue (now really)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 408ed068a0a9..b8a0eb7d7537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=rambox-os-bin
_pkgname=rambox-os
pkgver=0.5.18
-pkgrel=9
+pkgrel=10
pkgdesc='Forked Free and Open Source messaging and emailing app that combines common web applications into one'
arch=('x86_64')
depends=('alsa-lib' 'bash' 'desktop-file-utils' 'gconf' 'gtk2' 'libnotify' 'libxtst' 'libxss' 'nss')
@@ -20,7 +20,7 @@ package() {
install -d ${pkgdir}/{opt/rambox-os,usr/{bin,share/pixmaps}}
cp -R ${srcdir}/Rambox-${pkgver}/* ${pkgdir}/opt/${_pkgname}/
ln -rs ${pkgdir}/opt/${_pkgname}/rambox ${pkgdir}/usr/bin/rambox
- chmod 4755 /opt/rambox-os/chrome-sandbox
+ chmod 4755 ${pkgdir}/opt/${_pkgname}/chrome-sandbox
install -Dm644 $srcdir/${_pkgname}.png ${pkgdir}/usr/share/pixmaps/${_pkgname}.png
desktop-file-install ${srcdir}/${_pkgname}.desktop --dir ${pkgdir}/usr/share/applications/
}