summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2022-07-02 09:10:09 +1000
committerMark Blakeney2022-07-02 09:10:09 +1000
commit6e57cf12bb12e6d77c3b310a116bd90a145776d0 (patch)
tree73c2d69ae089e6f9dfc67a58cb1ec118efa3eae7 /PKGBUILD
parent396238a658736c6487dc4e58fd6ca7e28bc473b7 (diff)
downloadaur-python-ptvsd.tar.gz
Disable pip warning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfeac2e40d04..fd3758007fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ package() {
--no-cache-dir \
--no-compile \
--progress-bar=off \
+ --root-user-action=ignore \
.
local pdir=$(python -c "import site; print(site.getsitepackages()[0])")