summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a74198c4bbf6..2b146962270f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,5 +14,6 @@ depends=('astap')
# the deb is automatically unpacked in the automatic prepare() step, but the files we want are doubly archived
package() {
tar xpfv data.tar.xz -C "${pkgdir}"
+ chmod 755 -R "${pkgdir}"
}