network-ups-tools: use /run/ups instead of /var/state/ups
This commit is contained in:
parent
08e5f4c962
commit
80d56129ae
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue