discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=14930cc7c17fb490e26c47db890e7a8e6917af9e
commit 14930cc7c17fb490e26c47db890e7a8e6917af9e Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Fri Feb 13 16:46:52 2015 -0500 Revert "fix dbus unit installation with DESTDIR" This reverts commit 3afaafe506d0f8c2ee95934cff6224cbc00ee35d. broken test machine = broken commits :( --- 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 7537fc4..58c76bc 100644 --- a/data/units/Makefile.mk +++ b/data/units/Makefile.mk @@ -1,5 +1,5 @@ if HAVE_SYSTEMD_USER_SESSION -unitsdir = $(DESTDIR)$(USER_SESSION_DIR) +unitsdir = $(USER_SESSION_DIR) units_DATA = data/units/enlightenment.service endif --