summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2024-02-08 02:41:41 +0100
committerPellegrino Prevete2024-02-08 02:41:41 +0100
commit142ab735caa198f524e4eee8204b6eccc41b2e6e (patch)
tree8e024687d0c1722fde376a2674a2176213a6fe62 /PKGBUILD
parent09751aa7c78c7b166a258418dc6cd4927cfd5e09 (diff)
downloadaur-python2-cffi.tar.gz
fix termux build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6ad90cf424a9..a514da669234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,7 @@ package() {
"${_py}" \
setup.py \
install \
- --root "${pkgdir}" \
+ --root="${pkgdir}" \
--optimize=1
install \
-Dm644 \