summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Torres2015-08-19 13:15:59 +0200
committerJavier Torres2015-08-19 13:15:59 +0200
commitc7faec20df9da722e5656c2460333ef1f638e4a8 (patch)
tree0aef49ba640e69ba15cda785fcb9b5fb949a3b32 /PKGBUILD
parent750e528c4105916fafea802effdddf771b1d42d1 (diff)
downloadaur-c7faec20df9da722e5656c2460333ef1f638e4a8.tar.gz
Change /usr/var to /var
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c7e00a8ee72..41420188cedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ BUILD_SELINUX=false
pkgname=389-ds-base
pkgver=1.3.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="389 Directory Server (base)"
arch=(i686 x86_64)
url="http://port389.org/"
@@ -42,6 +42,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--sbindir=/usr/bin \
+ --localstatedir=/var \
--with-tmpfiles-d=/usr/lib/tmpfiles.d \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--with-systemdsystemconfdir=/etc/systemd/system \