summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4eda6f3f90e4..ff6365abfbd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,9 +20,8 @@ pkgver() {
build() {
cd "$_pkgname"
- echo $_pkgname
autoreconf -fi
- ./configure
+ ./configure --prefix=/usr
make
}