summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-02 09:08:16 +1000
committerMark Blakeney2022-07-02 09:08:16 +1000
commit882e4784ddacfed71437741c9a19abec5a64aacc (patch)
tree426231a20d5f274ce8dda4f9aea32f0ff489fd9d
parent3885bddce7b67ae3fe4ec0d420c15c6acdda9e99 (diff)
downloadaur-882e4784ddacfed71437741c9a19abec5a64aacc.tar.gz
Disable pip warning
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 795e17a4d308..bb4c06d069d8 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])")