summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTruocolo2024-01-29 15:51:07 +0100
committerTruocolo2024-01-29 15:51:12 +0100
commite9d0113ea64fffe4c2048f3bff15637509c45a44 (patch)
tree0272f5f9b90605eb4bd305dd6e7a451496a369d3
parentc7cf6b68fa302e5f248caa93082e56e3fee3d9c4 (diff)
downloadaur-e9d0113ea64fffe4c2048f3bff15637509c45a44.tar.gz
cbange '=' in ' ' in --root="${pkgdir}" so to make reallymakepkg work
without extra changes to it (I willfix it at some point later)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f4289d6aebb..bff4a3372a93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -77,7 +77,7 @@ package() {
setup.py \
install \
--prefix='/usr' \
- --root="${pkgdir}" \
+ --root "${pkgdir}" \
--optimize=1 \
--skip-build