testing/lightdm: fix sysconfdir

This commit is contained in:
Natanael Copa 2011-11-21 20:14:19 +00:00
parent d00cfdd267
commit e5fa3799cd

View File

@ -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