summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-02 09:06:11 +1000
committerMark Blakeney2022-07-02 09:06:11 +1000
commit4a040c5d639767f2b879d6d96728f9ee56fecb4e (patch)
tree1c658f5c595d18e82f38535655235aca4c799329
parent62a953fcece948a2b128310b5471e3b84b0a5a51 (diff)
downloadaur-4a040c5d639767f2b879d6d96728f9ee56fecb4e.tar.gz
Disable pip warning
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2bda3c57226..6fd58b2df1fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,6 +28,7 @@ package() {
--no-cache-dir \
--no-compile \
--progress-bar=off \
+ --root-user-action=ignore \
.
local pdir=$(python -c "import site; print(site.getsitepackages()[0])")