lightdm: update for new systemd_services arg.
This commit is contained in:
parent
4ff3480c9a
commit
8aa31cdbe9
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'lightdm'
|
||||
pkgname=lightdm
|
||||
version=1.0.6
|
||||
revision=1
|
||||
revision=2
|
||||
homepage="https://launchpad.net/lightdm"
|
||||
distfiles="http://launchpad.net/lightdm/trunk/$version/+download/lightdm-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -25,7 +25,7 @@ conf_files="
|
|||
|
||||
system_accounts="lightdm"
|
||||
lightdm_homedir="/var/cache/lightdm"
|
||||
systemd_services="lightdm.service"
|
||||
systemd_services="lightdm.service off"
|
||||
make_dirs="/var/cache/lightdm 0755 lightdm lightdm"
|
||||
|
||||
subpackages="liblightdm-gobject liblightdm-qt lightdm-qt-greeter"
|
||||
|
|
Loading…
Reference in New Issue