summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2021-06-20 01:28:28 -0400
committerDaniel M. Capella2021-06-20 01:28:28 -0400
commit96c05027d8eda36ed10bb8d07b6c9edaed516701 (patch)
treec3e2693e4356e7bb0fb71856875208711382e5aa
parentd685ee605881984de7c327d143ed9f05c3512437 (diff)
downloadaur-96c05027d8eda36ed10bb8d07b6c9edaed516701.tar.gz
Touch up
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cff8e23192a..17338950b53c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,7 +49,7 @@ package() {
src/picker/docs/${pkgname%-git}.1
# https://github.com/FFY00/python-install/pull/6
- chmod +x "$pkgdir"/usr/bin/${pkgname%-git}
+ chmod +x "$pkgdir"/usr/bin/*
# Symlink license file
local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")