From ae92afdb43f4d8a16d6e414ab7aa021d5ef64bb9 Mon Sep 17 00:00:00 2001 From: Antoine Lorence Date: Wed, 22 Sep 2021 09:26:29 +0200 Subject: [PATCH] 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 --- PKGBUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index ca50908d161a..9880b1d970c2 100644 --- a/PKGBUILD +++ b/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