mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
Make sure logrotate directory exists
Otherwise, `make install` may fail. Signed-off-by: Christopher Covington <cov@codeaurora.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
bed13a58ec
commit
2713b6a39c
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -265,6 +265,7 @@ install: $(PROGRAM) install-man
|
|||
$(Q) mkdir -p $(DESTDIR)$(SYSTEMDUNITDIR)
|
||||
$(Q) install -m 644 scripts/sd/criu.socket $(DESTDIR)$(SYSTEMDUNITDIR)
|
||||
$(Q) install -m 644 scripts/sd/criu.service $(DESTDIR)$(SYSTEMDUNITDIR)
|
||||
$(Q) mkdir -p $(DESTDIR)$(LOGROTATEDIR)
|
||||
$(Q) install -m 644 scripts/logrotate.d/criu-service $(DESTDIR)$(LOGROTATEDIR)
|
||||
|
||||
install-man:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue