From 3def47a5b2734b4c2fcc34380d8d9fb15f8353e5 Mon Sep 17 00:00:00 2001 From: Michael Bouchaud Date: Mon, 5 May 2014 20:27:21 +0000 Subject: [PATCH] entrance: use autofoo to sed entrance.conf --- configure.ac | 1 + data/entrance.conf.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7027da6..ca860e3 100644 --- a/configure.ac +++ b/configure.ac @@ -202,6 +202,7 @@ src/Makefile src/bin/Makefile src/daemon/Makefile data/Makefile +data/entrance.conf data/themes/Makefile data/themes/default/Makefile ]) diff --git a/data/entrance.conf.in b/data/entrance.conf.in index bee80d4..6ee4eba 100644 --- a/data/entrance.conf.in +++ b/data/entrance.conf.in @@ -15,7 +15,7 @@ group "Entrance_Config" struct { /* Commands executed before starting a session */ value "session_start" string: "/usr/bin/sessreg -a -l :0.0"; /* Commands executed to launch a session */ - value "session_start" string: "/etc/entrance/Xsession"; + value "session_start" string: "@sysconfdir@/entrance/Xsession"; /* Commands executed when exiting a session */ value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";