diff --git a/tools/acrnlog/Makefile b/tools/acrnlog/Makefile index 59aa083c9..be7b997c7 100644 --- a/tools/acrnlog/Makefile +++ b/tools/acrnlog/Makefile @@ -3,6 +3,7 @@ OUT_DIR ?= . all: $(CC) -g acrnlog.c -o $(OUT_DIR)/acrnlog -lpthread + cp acrnlog.service $(OUT_DIR)/acrnlog.service clean: rm $(OUT_DIR)/acrnlog @@ -10,3 +11,5 @@ clean: install: $(OUT_DIR)/acrnlog install -d $(DESTDIR)/usr/bin install -t $(DESTDIR)/usr/bin $(OUT_DIR)/acrnlog + install -d $(DESTDIR)/usr/lib/systemd/system + install -p -D -m 0644 $(OUT_DIR)/acrnlog.service $(DESTDIR)/usr/lib/systemd/system