pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

gdm: Fix conf file paths



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu Apr 15 11:24:15 2021 +0200
Changeset:	890d192a93f7aec5d039459fa8232a3adab82cad

Modified Files:
	gdm/Makefile

Log Message:
gdm: Fix conf file paths

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=890d192a93f7aec5d039459fa8232a3adab82cad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdm/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/gdm/Makefile b/gdm/Makefile
index c863b6f4da..c75173d8b5 100644
--- a/gdm/Makefile
+++ b/gdm/Makefile
@@ -34,7 +34,7 @@ MESON_ARGS+=		-Dsystemd-journal=false
 MESON_ARGS+=		-Duser-display-server=false
 MESON_ARGS+=		-Duser=${GDMOWN}
 MESON_ARGS+=		-Dgroup=${GDMGRP}
-MESON_ARGS+=		-Ddbus-sys=${PREFIX}share/examples/dbus-1/system.d
+MESON_ARGS+=		-Ddbus-sys=${PREFIX}/share/examples/dbus-1/system.d
 MESON_ARGS+=		-Dinitial-vt=05
 MESON_ARGS+=		-Dgdm-xsession=true
 MESON_ARGS+=		-Dwayland-support=false
@@ -57,7 +57,7 @@ PKG_SYSCONFSUBDIR=	gdm
 EGDIR=			${PREFIX}/share/examples/gdm
 CONF_FILES=		${EGDIR}/custom.conf ${PKG_SYSCONFDIR}/custom.conf
 CONF_FILES+=		${EGDIR}/Xsession ${PKG_SYSCONFDIR}/Xsession
-CONF_FILES+=		${PREFIX}/share/examples/dbus-1/system.d/gdm.conf ${SYSCONFDIR}/dbus-1/system.d/gdm.conf
+CONF_FILES+=		${PREFIX}/share/examples/dbus-1/system.d/gdm.conf ${PKG_SYSCONFBASE}/dbus-1/system.d/gdm.conf
 
 RCD_SCRIPTS=		gdm
 


Home | Main Index | Thread Index | Old Index