[CRIU] [PATCH 3/6] make: don't install service and logrotate configs
Ruslan Kuprieiev
rkuprieiev at cloudlinux.com
Mon Oct 12 02:50:03 PDT 2015
As we've deleted them in previous two patches.
Signed-off-by: Ruslan Kuprieiev <rkuprieiev at cloudlinux.com>
---
Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Makefile b/Makefile
index c9011a8..1a7dac2 100644
--- a/Makefile
+++ b/Makefile
@@ -334,10 +334,6 @@ install-criu: $(PROGRAM) $(CRIU-LIB) install-crit
$(Q) mkdir -p $(DESTDIR)$(INCLUDEDIR)
$(Q) install -m 644 $(CRIU-INC) $(DESTDIR)$(INCLUDEDIR)
$(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)
$(Q) sed -e 's, at version@,$(CRTOOLSVERSION),' \
-e 's, at libdir@,$(LIBDIR),' \
-e 's, at includedir@,$(dir $(INCLUDEDIR)),' \
--
2.4.3
More information about the CRIU
mailing list