From 80d56129ae780d02c6494aefed5f923b099ef234 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Sun, 28 Jun 2015 05:31:57 +0200 Subject: [PATCH] network-ups-tools: use /run/ups instead of /var/state/ups --- srcpkgs/network-ups-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/network-ups-tools/template b/srcpkgs/network-ups-tools/template index 4c797cc690b..bad135bb8c5 100644 --- a/srcpkgs/network-ups-tools/template +++ b/srcpkgs/network-ups-tools/template @@ -9,7 +9,7 @@ configure_args=" --datadir=/usr/share/ups --with-user=nut --with-group=nut --with-ssl --with-usb --with-dev --with-serial -with-avahi --with-udev-dir=/usr/lib/udev --with-libltdl --without-ipmi --without-freeipmi --without-systemdsystemunitdir - --with-snmp --with-drvpath=/var/lib/nut $(vopt_with cgi)" + --with-snmp --with-drvpath=/var/lib/nut $(vopt_with cgi) --with-statepath=/run/ups" hostmakedepends="pkg-config" makedepends="avahi-libs-devel libressl-devel libusb-compat-devel neon-devel net-snmp-devel $(vopt_if cgi gd-devel) libltdl-devel"