summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortocic2023-05-05 07:24:12 +0300
committertocic2023-05-05 07:24:12 +0300
commit76232d89151448cffddbc8afb3ffe3ef94e2ca4b (patch)
treed69735e1719c8be720ec1ee777b0228d6c755966
parentcfedfb5c1d87e46522a7e5704f22a6e4e7d7d194 (diff)
downloadaur-76232d89151448cffddbc8afb3ffe3ef94e2ca4b.tar.gz
Remove unnecessary --prefix option
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 548bf06bf2c5..d6e8f6883a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,6 @@ package() {
python "setup.py" install \
--optimize=1 \
- --prefix="/usr/" \
--root="${pkgdir}" \
--skip-build
}