mirror of https://github.com/digint/btrbk
Makefile: skip temporary file
parent
0172e4a240
commit
e8a3d8129b
8
Makefile
8
Makefile
|
@ -79,12 +79,8 @@ install-completion:
|
||||||
install-systemd:
|
install-systemd:
|
||||||
@echo 'installing systemd service units...'
|
@echo 'installing systemd service units...'
|
||||||
install -d -m 755 "$(DESTDIR)$(SYSTEMDDIR)"
|
install -d -m 755 "$(DESTDIR)$(SYSTEMDDIR)"
|
||||||
$(replace_vars) contrib/systemd/btrbk.service.in > contrib/systemd/btrbk.service.tmp
|
$(replace_vars) contrib/systemd/btrbk.service.in | install -p -m 644 /dev/stdin "$(DESTDIR)$(SYSTEMDDIR)/btrbk.service"
|
||||||
$(replace_vars) contrib/systemd/btrbk.timer.in > contrib/systemd/btrbk.timer.tmp
|
$(replace_vars) contrib/systemd/btrbk.timer.in | install -p -m 644 /dev/stdin "$(DESTDIR)$(SYSTEMDDIR)/btrbk.timer"
|
||||||
install -p -m 644 contrib/systemd/btrbk.service.tmp "$(DESTDIR)$(SYSTEMDDIR)/btrbk.service"
|
|
||||||
install -p -m 644 contrib/systemd/btrbk.timer.tmp "$(DESTDIR)$(SYSTEMDDIR)/btrbk.timer"
|
|
||||||
rm contrib/systemd/btrbk.service.tmp
|
|
||||||
rm contrib/systemd/btrbk.timer.tmp
|
|
||||||
|
|
||||||
install-share:
|
install-share:
|
||||||
@echo 'installing auxiliary scripts...'
|
@echo 'installing auxiliary scripts...'
|
||||||
|
|
Loading…
Reference in New Issue