vnstat: fix installation (missing vnstatd); thanks gour@irc.
This commit is contained in:
parent
c059a11e6c
commit
d47254cd31
|
@ -1,7 +1,7 @@
|
|||
# Template build file for "vnstat"
|
||||
pkgname=vnstat
|
||||
version=1.14
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-makefile
|
||||
short_desc="A terminal based network traffic monitor"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
|
@ -9,11 +9,11 @@ homepage="http://humdi.net/vnstat/"
|
|||
license="GPL-2"
|
||||
distfiles="http://humdi.net/vnstat/${pkgname}-${version}.tar.gz"
|
||||
checksum=f8462a47d85d0890493dc9eaeafbc725ae631aa5b103fb7f8af4ddb2314e8386
|
||||
make_install_args="SBIN=${DESTDIR}/usr/bin"
|
||||
|
||||
conf_files="/etc/vnstat.conf"
|
||||
make_dirs="/var/lib/vnstat 0755 root root"
|
||||
|
||||
post_install() {
|
||||
do_install() {
|
||||
make DESTDIR=${DESTDIR} SBIN=${DESTDIR}/usr/bin PREFIX=/usr install
|
||||
vsv vnstatd
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue