fix dbus unit installation with DESTDIR

This commit is contained in:
Mike Blumenkrantz 2015-02-12 23:12:23 -05:00
parent 67bbd1fe03
commit 3afaafe506
1 changed files with 1 additions and 1 deletions

View File

@ -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