summaryrefslogtreecommitdiffstats
path: root/testing/lightdm
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-21 20:14:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-21 20:14:19 +0000
commite5fa3799cdb7c124328fde6fbf0baaf1b2ad021e (patch)
tree63c59e760636ebfb01e550ba6e15b3edfe4ed510 /testing/lightdm
parentd00cfdd26717c0ca8a61d57197a7121eb1d3a138 (diff)
downloadaports-e5fa3799cdb7c124328fde6fbf0baaf1b2ad021e.tar.bz2
aports-e5fa3799cdb7c124328fde6fbf0baaf1b2ad021e.tar.xz
testing/lightdm: fix sysconfdir
Diffstat (limited to 'testing/lightdm')
-rw-r--r--testing/lightdm/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/lightdm/APKBUILD b/testing/lightdm/APKBUILD
index d3ee29104..429875be5 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=0
+pkgrel=1
pkgdesc="A cross-desktop display manager"
url="http://www.freedesktop.org/wiki/Software/LightDM"
arch="all"
@@ -28,6 +28,7 @@ prepare() {
build() {
cd "$_builddir"
./configure --prefix=/usr \
+ --sysconfdir=/etc \
--enable-liblightdm-gobject \
--enable-gtk-greeter \
|| return 1