discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a9c523721ef1ff7c565033651898d0f336734a21

commit a9c523721ef1ff7c565033651898d0f336734a21
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Feb 12 23:12:23 2015 -0500

    fix dbus unit installation with DESTDIR
---
 data/units/Makefile.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/units/Makefile.mk b/data/units/Makefile.mk
index 58c76bc..7537fc4 100644
--- a/data/units/Makefile.mk
+++ b/data/units/Makefile.mk
@@ -1,5 +1,5 @@
 if HAVE_SYSTEMD_USER_SESSION
-unitsdir = $(USER_SESSION_DIR)
+unitsdir = $(DESTDIR)$(USER_SESSION_DIR)
 units_DATA = data/units/enlightenment.service
 endif
 

-- 


Reply via email to