life_mngr: Makefile: Fix install path creation of CONF_DIR
Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
5dbf09daef
commit
bea9c8d165
|
@ -82,7 +82,7 @@ endif
|
|||
|
||||
.PHONY: install
|
||||
install:
|
||||
[ -d $(CONF_DIR) ] || mkdir -p $(CONF_DIR)
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue