discomfitor pushed a commit to branch master.

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

commit 3afaafe506d0f8c2ee95934cff6224cbc00ee35d
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