Fix fwupd-offline-update.service

data/fwupd-offiline-update.service is not in AC_CONFIG_FILES so make sure to substitute bindir
This commit is contained in:
Yanko Kaneti 2015-06-29 13:47:49 +03:00
parent ffd2c8b328
commit afa912bf67

View File

@ -12,6 +12,7 @@ $(dbusservicemain_DATA): $(dbusservicemain_in_files) Makefile
%.service: %.service.in Makefile
$(AM_V_GEN)sed -e 's|\@servicedir\@|$(libexecdir)|' \
-e 's|\@bindir\@|$(bindir)|' \
-e 's|\@daemon_user\@|$(daemon_user)|' $< > $@.tmp && mv $@.tmp $@
systemdservicedir = $(systemdunitdir)