summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Bürger2017-09-18 10:06:51 +0200
committerNick Bürger2017-09-18 10:06:51 +0200
commit2cc0712b337549e5028a61769cecbb871c25880a (patch)
tree2723550801833e20ad0763ee411e559dc875ee01 /PKGBUILD
parentdcbbfc633b1da1b126f630e3407dbfba4f10cc3a (diff)
downloadaur-2cc0712b337549e5028a61769cecbb871c25880a.tar.gz
Path error fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19aa609b6fd6..20a79b655d72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=squidguard
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="SquidGuard is a URL redirector to use blacklists with the proxysoftware Squid"
arch=('x86_64')
url="http://www.squidguard.org"
@@ -26,9 +26,9 @@ build() {
sed -i '19,24 s/@[se]/$(DESTDIR)&/; /SQUIDUSER/d; 51d' Makefile.in
./configure \
--prefix=/usr \
- --with-sg-config=/etc/$pkgname/squidGuard.conf \
- --with-sg-logdir=/var/log/$pkgname \
- --with-sg-dbhome=/var/lib/$pkgname/db \
+ --with-sg-config=/etc/squidGuard/squidGuard.conf \
+ --with-sg-logdir=/var/log/squidGuard \
+ --with-sg-dbhome=/var/lib/squidGuard/db \
make
}