sysstat: also install systemd services.
This commit is contained in:
parent
a7e52890f8
commit
6814a65d03
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'sysstat'
|
||||
pkgname=sysstat
|
||||
version=11.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-systemdsystemunitdir=none --enable-yesterday --enable-install-cron --enable-install-isag"
|
||||
configure_args="--with-systemdsystemunitdir=/usr/lib/systemd/system --enable-yesterday --enable-install-cron --enable-install-isag"
|
||||
make_dirs="/var/log/sa 0755 root root"
|
||||
hostmakedepends="pkg-config"
|
||||
depends="lm-sensors"
|
||||
|
@ -19,4 +19,5 @@ pre_configure() {
|
|||
export conf_dir=/etc/default
|
||||
vmkdir etc/cron.daily
|
||||
vmkdir etc/cron.hourly
|
||||
vmkdir usr/lib/systemd/system
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue