mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Change mode of askPass.sh
This script did had no permission to be exceuted. Fix #135
This commit is contained in:
parent
12e4df21a1
commit
f93778cd50
1 changed files with 1 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
|
@ -40,6 +40,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
|
||||
|
||||
install -d "$pkgdir"/usr/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue