mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Add suid bit to chrome-sandbox and make it executable
This commit is contained in:
parent
81586bbce8
commit
12d7b0ee94
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -41,6 +41,7 @@ package() {
|
|||
find "$pkgdir"/opt/gitkraken/ -type f -exec chmod 644 {} \;
|
||||
chmod 755 "$pkgdir"/opt/gitkraken/gitkraken
|
||||
chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/src/js/redux/domain/AskPass/AskPass.sh
|
||||
chmod 4755 "$pkgdir"/opt/gitkraken/chrome-sandbox
|
||||
|
||||
install -d "$pkgdir"/usr/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue