mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 19:48:47 +00:00
Merge pull request #16 from yaneti/patch-1
Fix fwupd-offline-update.service
This commit is contained in:
commit
a5f06a895d
@ -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