From 0d2b0a3aa3dc6187515ede19fdda017f2f852a45 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Sun, 4 May 2014 23:06:29 -0400 Subject: [PATCH] fix service file to generate based on libdir and bindir libdir != prefix/lib bindir != prefix/bin these MAY be the same, but their equivalencies are coincidental just like rectangle != square --- data/entrance.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/entrance.service.in b/data/entrance.service.in index 9ea3788..99fb399 100644 --- a/data/entrance.service.in +++ b/data/entrance.service.in @@ -4,7 +4,7 @@ After=systemd-user-sessions.service [Service] -Environment="LD_LIBRARY_PATH=@prefix@/lib" "PATH=$PATH:@prefix@/bin" +Environment="LD_LIBRARY_PATH=@libdir@" "PATH=$PATH:@bindir@" ExecStart=@SBINDIR@/entrance --nodaemon Restart= always