summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEXtremeExploit2022-06-07 19:45:05 -0300
committerEXtremeExploit2022-06-07 19:45:05 -0300
commitce16f25657f987424b3850bcdadfe77732ed6e7a (patch)
tree56367131935169eef91f6910f6ffe549e918f58a
parentae66a3a6b9b33f10defae98c529d32ea9b3318f6 (diff)
downloadaur-ce16f25657f987424b3850bcdadfe77732ed6e7a.tar.gz
Fix executable permissions
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62b5a0980e8c..0ceedad5c2de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,6 +39,7 @@ package() {
# These folders needs 777 permissions because vita3k creates files in them
chmod 777 "${pkgdir}/opt/vita3k/"
chmod 777 "${pkgdir}/opt/vita3k/data"
+ chmod 755 "${pkgdir}/opt/vita3k/Vita3K"
# Provided blob doesn't have README.md
install -Dm644 "data/image/icon.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/${_pkgname}.png"