mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
make: install criu-ns
Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
4a9bcd8844
commit
8891e51cd4
1 changed files with 2 additions and 0 deletions
|
|
@ -144,11 +144,13 @@ install: $(obj)/criu
|
|||
$(Q) install -m 644 $(UAPI_HEADERS) $(DESTDIR)$(INCLUDEDIR)/criu/
|
||||
$(Q) mkdir -p $(DESTDIR)$(LIBEXECDIR)/criu/scripts
|
||||
$(Q) install -m 755 scripts/systemd-autofs-restart.sh $(DESTDIR)$(LIBEXECDIR)/criu/scripts
|
||||
$(Q) install -m 755 scripts/criu-ns $(DESTDIR)$(SBINDIR)
|
||||
.PHONY: install
|
||||
|
||||
uninstall:
|
||||
$(E) " UNINSTALL" criu
|
||||
$(Q) $(RM) $(addprefix $(DESTDIR)$(SBINDIR)/,criu)
|
||||
$(Q) $(RM) $(addprefix $(DESTDIR)$(SBINDIR)/,criu-ns)
|
||||
$(Q) $(RM) $(addprefix $(DESTDIR)$(INCLUDEDIR)/criu/,$(notdir $(UAPI_HEADERS)))
|
||||
$(Q) $(RM) $(addprefix $(DESTDIR)$(LIBEXECDIR)/criu/scripts/,systemd-autofs-restart.sh)
|
||||
.PHONY: uninstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue