summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAditya Mahajan2019-04-06 01:16:23 -0400
committerAditya Mahajan2019-04-06 01:16:23 -0400
commite966469fe7c28f26792808be7653f3bfde07e9c2 (patch)
tree3accfe5f85b62fe521bb77d9d0aa74df76f0ebc9
parent228c542f67ae82a83a705be69dcd0def9b49fdb1 (diff)
downloadaur-e966469fe7c28f26792808be7653f3bfde07e9c2.tar.gz
Make sure that the binaries are executable
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bd354f780e8..f828b40085fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ backup=()
install=luametatex.install
PKGEXT=".pkg.tar.gz"
+options=(!strip)
# ConTeXt minimals uses a different naming convention for architectures
@@ -58,6 +59,8 @@ prepare() {
--server="${_lmtxserverlist}" \
--instance="install-lmtx" || return 1
PATH=$OLDPATH
+ # Make sure the binaries are executable
+ chmod +x $srcdir/tex/texmf-${_platform}/bin/{context,luametatex,mtxrun}
# Generate a setuptex file