diff options
author | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:22:14 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-01-20 15:43:14 +0000 |
commit | 75fe41d7897a8e5793e7c9e43aaa8ea4788b8d96 (patch) | |
tree | b526fae28b5da32a29a98e68dc2fc78dac83b49c /nut/Pkgfile | |
parent | fd23711f23c25a696162c37ef2fcad9598688869 (diff) | |
download | contrib-75fe41d7897a8e5793e7c9e43aaa8ea4788b8d96.tar.gz contrib-75fe41d7897a8e5793e7c9e43aaa8ea4788b8d96.tar.xz |
nut: 2.7.1 -> 2.7.4; corrected mandir
Diffstat (limited to 'nut/Pkgfile')
-rw-r--r-- | nut/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nut/Pkgfile b/nut/Pkgfile index 3d77c575b..444666cc0 100644 --- a/nut/Pkgfile +++ b/nut/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libusb openssl tcp_wrappers name=nut -version=2.7.1 +version=2.7.4 release=1 source=(http://www.networkupstools.org/source/${version%.*}/$name-$version.tar.gz upsd) @@ -17,7 +17,6 @@ build() { --prefix=/usr \ --with-user=nut \ --with-group=nut \ - --mandir=/usr/man \ --sysconfdir=/etc/$name \ --datadir=/usr/share/$name \ --localstatedir=/var/$name |