summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-02 09:09:37 +1000
committerMark Blakeney2022-07-02 09:09:37 +1000
commitc20a866b0123831ec4738823756e8cc821d3ae99 (patch)
treecd0e0733b665c5b36f4cdad051491de133ec2bbd
parentdfa3b5ad94cd4a98265de4cff0620566e007da4f (diff)
downloadaur-c20a866b0123831ec4738823756e8cc821d3ae99.tar.gz
Disable pip warning
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e62e4133b82a..286d5f23c2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ package() {
--no-cache-dir \
--no-compile \
--progress-bar=off \
+ --root-user-action=ignore \
.
local pdir=$(python -c "import site; print(site.getsitepackages()[0])")