lightdm: source ./conf
E.g.: To set a different locale than systems locale.
This commit is contained in:
parent
2d85b50f7d
commit
962c41153e
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sv check dbus >/dev/null || exit 1
|
sv check dbus >/dev/null || exit 1
|
||||||
install -d -m0711 -olightdm -glightdm /run/lightdm
|
install -d -m0711 -olightdm -glightdm /run/lightdm
|
||||||
|
[ -f ./conf ] && . ./conf
|
||||||
exec lightdm
|
exec lightdm
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lightdm'
|
# Template file for 'lightdm'
|
||||||
pkgname=lightdm
|
pkgname=lightdm
|
||||||
version=1.30.0
|
version=1.30.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter
|
configure_args="--sbindir=/usr/bin --with-greeter-session=lightdm-gtk-greeter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue