Add suid bit to chrome-sandbox and make it executable

This commit is contained in:
Max Bruckner 2020-05-20 10:20:18 +02:00 committed by Tim Kleinschmidt
parent 81586bbce8
commit 12d7b0ee94

View file

@ -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