mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Fix GitKraken 8.0.0 build
The latest 8.0.0 release of GitKraken doesn't have `helpers` subfolder anymore. As a consequence, 8.0.0 build is broken (see https://aur.archlinux.org/packages/gitkraken/#comment-827782). The chmod on that folder is not needed anymore
This commit is contained in:
parent
f524ba11a8
commit
ae92afdb43
1 changed files with 0 additions and 1 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -42,7 +42,6 @@ package() {
|
|||
chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/src/js/redux/domain/AskPass/AskPass.sh
|
||||
chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/resources/cli/unix/gk
|
||||
chmod 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/resources/cli/unix/gkrc
|
||||
chmod -R 755 "$pkgdir"/opt/gitkraken/resources/app.asar.unpacked/resources/cli/unix/helpers
|
||||
chmod 4755 "$pkgdir"/opt/gitkraken/chrome-sandbox
|
||||
|
||||
install -d "$pkgdir"/usr/bin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue