mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 18:57:37 +00:00
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:
parent
ffd2c8b328
commit
afa912bf67
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user