diff --git a/srcpkgs/accountsservice/template b/srcpkgs/accountsservice/template index fe5bea3e592..63bcdf9bc7b 100644 --- a/srcpkgs/accountsservice/template +++ b/srcpkgs/accountsservice/template @@ -1,10 +1,10 @@ # Template file for 'accountsservice' pkgname=accountsservice version=0.6.14 -revision=1 +revision=2 distfiles="http://www.freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" build_style=gnu_configure -configure_args="--localstatedir=/var" +configure_args="--localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system" short_desc="D-Bus interfaces for querying and manipulating user account information" maintainer="Juan RP " homepage="http://cgit.freedesktop.org/accountsservice/"