From 3afaafe506d0f8c2ee95934cff6224cbc00ee35d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 12 Feb 2015 23:12:23 -0500 Subject: [PATCH] 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 58c76bca4..7537fc4f8 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