summaryrefslogtreecommitdiffstats
path: root/testing/lightdm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-30 13:23:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-30 13:23:13 +0000
commit059188a6daf943d41e8813c3d710e23a2d87a78d (patch)
treeb7035433721dcd071b178837b5e9504d449eabb7 /testing/lightdm
parent26eaf778b0e9ed33c28e678d82a05cce42d478ee (diff)
testing/lightdm: set lighdm user home dir
Diffstat (limited to 'testing/lightdm')
-rw-r--r--testing/lightdm/APKBUILD2
-rw-r--r--testing/lightdm/lightdm.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/lightdm/APKBUILD b/testing/lightdm/APKBUILD
index 368305b5668..2c49382605b 100644
--- a/testing/lightdm/APKBUILD
+++ b/testing/lightdm/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lightdm
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A cross-desktop display manager"
url="http://www.freedesktop.org/wiki/Software/LightDM"
arch="all"
diff --git a/testing/lightdm/lightdm.pre-install b/testing/lightdm/lightdm.pre-install
index 99a5b137e7f..7a5fefea59f 100644
--- a/testing/lightdm/lightdm.pre-install
+++ b/testing/lightdm/lightdm.pre-install
@@ -2,5 +2,5 @@
name=lightdm
addgroup -S $name 2>/dev/null
-adduser -S -H -h /dev/null -s /bin/false -D -G $name $name 2>/dev/null
+adduser -S -H -h /var/run/lightdm -s /bin/false -D -G $name $name 2>/dev/null
exit 0