summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2015-04-27 08:58:08 +0200
committerFlorian Bruhin2015-04-27 08:58:08 +0200
commiteb101be638cfa7dc140bad2f785c9d490b1003a3 (patch)
tree4d0fcfe4e083ba25c6f359c383008890405191dc /PKGBUILD
parent679c964d49dc8999e4918d2c34cd80f40ddf4034 (diff)
downloadaur-eb101be638cfa7dc140bad2f785c9d490b1003a3.tar.gz
nut{,-git}: Install systemd-stuff to /usr/lib.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ed6b1a7a9ff..1c7e5fb18c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=network-ups-tools
pkgver=2.7.3
-pkgrel=1
+pkgrel=2
pkgdesc="NUT is a collection of programs for monitoring and administering UPS hardware"
arch=('i686' 'x86_64')
url="http://www.networkupstools.org/"
@@ -39,7 +39,7 @@ build() {
--without-cgi \
--prefix=/usr \
--with-udev-dir=/usr/lib/udev \
- --with-systemdsystemunitdir=/lib/systemd/system \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
--datadir=/usr/share/ups \
--sbindir=/usr/bin \
--with-drvpath=/usr/bin \