work around a double escape issue, sysconfdir references prefix...

Not a perfect fix, but entrance needs to work again
devs/bu5hm4n/develop
Andy Williams 9 years ago
parent a44f7390e9
commit f8092005d8
  1. 2
      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";

Loading…
Cancel
Save