summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhashworks2018-09-22 18:44:49 +0200
committerhashworks2018-09-22 18:44:49 +0200
commit02cf886c7be7b54312f5170974b144fe5754776d (patch)
tree9e5d6330d049b2d892242641eef95e52431c82d3
parentb5d889b233ef7a405bb04ab4b01f1d9cfa2f95fa (diff)
downloadaur-02cf886c7be7b54312f5170974b144fe5754776d.tar.gz
Fix sysconfdir
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c69e46120fd8..06dac8f3eb84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hashworks <mail@hashworks.net>
pkgname=goaccess-git
-pkgrel=7
+pkgrel=8
pkgver=r2768.2789816
pkgdesc='GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.'
url='https://goaccess.io'
@@ -23,8 +23,8 @@ pkgver() {
build() {
cd "goaccess"
autoreconf -fiv
- ./configure --enable-utf8 --enable-geoip=mmdb --with-openssl
- make prefix=/usr sysconfdir=/etc
+ ./configure --prefix=/usr --enable-utf8 --enable-geoip --sysconfdir=/etc --with-openssl
+ make
}
package() {