mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/lightdm: fix sysconfdir
This commit is contained in:
parent
d00cfdd267
commit
e5fa3799cd
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user