From f8092005d86422b1893c80aa69625198fc3a3072 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 5 May 2014 22:01:15 +0100 Subject: [PATCH] work around a double escape issue, sysconfdir references prefix... Not a perfect fix, but entrance needs to work again --- data/entrance.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/entrance.conf.in b/data/entrance.conf.in index 3e0fa36..56a0a5c 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_login" string: "@sysconfdir@/entrance/Xsession"; + value "session_login" string: "@prefix@/etc/entrance/Xsession"; /* Commands executed when exiting a session */ value "session_stop" string: "/usr/bin/sessreg -d -l :0.0";