accountsservice: update for new systemd_services arg.
This commit is contained in:
parent
be5cedd424
commit
265a366f73
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'accountsservice'
|
||||
pkgname=accountsservice
|
||||
version=0.6.15
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
|
@ -15,7 +15,7 @@ long_desc="
|
|||
querying and manipulating user account information and an implementation
|
||||
of these interfaces, based on the useradd, usermod and userdel commands."
|
||||
|
||||
systemd_services="accounts-daemon.service"
|
||||
systemd_services="accounts-daemon.service on"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in a new issue