Revert "fix dbus unit installation with DESTDIR"
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 13 Feb 2015 21:46:52 +0000 (16:46 -0500)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 13 Feb 2015 21:46:52 +0000 (16:46 -0500)
This reverts commit 3afaafe506d0f8c2ee95934cff6224cbc00ee35d.

broken test machine = broken commits :(

data/units/Makefile.mk

index 7537fc4..58c76bc 100644 (file)
@@ -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