Revert "fix dbus unit installation with DESTDIR"

This reverts commit 3afaafe506.

broken test machine = broken commits :(
This commit is contained in:
Mike Blumenkrantz 2015-02-13 16:46:52 -05:00
parent a9c523721e
commit 14930cc7c1
1 changed files with 1 additions and 1 deletions

View 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