mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 03:41:29 +00:00
life_mngr: Makefile: Fix permission of life_mngr.conf
Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
bea9c8d165
commit
a22d0497d7
@ -85,5 +85,5 @@ install:
|
||||
install -d $(DESTDIR)$(CONF_DIR)
|
||||
install -d $(DESTDIR)$(bindir)
|
||||
install -t $(DESTDIR)$(bindir) $(OUT_DIR)/life_mngr
|
||||
install -t $(DESTDIR)$(CONF_DIR) $(OUT_DIR)/life_mngr.conf
|
||||
install -m 0644 -t $(DESTDIR)$(CONF_DIR) $(OUT_DIR)/life_mngr.conf
|
||||
install -p -D -m 0644 $(OUT_DIR)/life_mngr.service $(DESTDIR)$(systemd_unitdir)/system/
|
||||
|
Loading…
Reference in New Issue
Block a user