mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
vnstat: fix installation (missing vnstatd); thanks gour@irc.
This commit is contained in:
parent
c059a11e6c
commit
d47254cd31
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for "vnstat"
|
# Template build file for "vnstat"
|
||||||
pkgname=vnstat
|
pkgname=vnstat
|
||||||
version=1.14
|
version=1.14
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="A terminal based network traffic monitor"
|
short_desc="A terminal based network traffic monitor"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
|
@ -9,11 +9,11 @@ homepage="http://humdi.net/vnstat/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz"
|
distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz"
|
||||||
checksum=f8462a47d85d0890493dc9eaeafbc725ae631aa5b103fb7f8af4ddb2314e8386
|
checksum=f8462a47d85d0890493dc9eaeafbc725ae631aa5b103fb7f8af4ddb2314e8386
|
||||||
make_install_args="SBIN=${DESTDIR}/usr/bin"
|
|
||||||
|
|
||||||
conf_files="/etc/vnstat.conf"
|
conf_files="/etc/vnstat.conf"
|
||||||
make_dirs="/var/lib/vnstat 0755 root root"
|
make_dirs="/var/lib/vnstat 0755 root root"
|
||||||
|
|
||||||
post_install() {
|
do_install() {
|
||||||
|
make DESTDIR=${DESTDIR} SBIN=${DESTDIR}/usr/bin PREFIX=/usr install
|
||||||
vsv vnstatd
|
vsv vnstatd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue