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 1d069ab3b6
commit e50b8e5933
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