package/mech: relocate clixon system setup

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2023-03-28 20:27:18 +02:00
parent aa3d8945b9
commit 546a2f3afb
3 changed files with 3 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@ define MECH_INSTALL_EXTRA
cp $(MECH_PKGDIR)/clixon.conf $(FINIT_D)/available/
ln -sf ../available/clixon.conf $(FINIT_D)/enabled/clixon.conf
cp $(MECH_PKGDIR)/tmpfiles.conf $(TARGET_DIR)/etc/tmpfiles.d/mech.conf
mkdir -p $(TARGET_DIR)/lib/infix
cp $(MECH_PKGDIR)/prep-db $(TARGET_DIR)/lib/infix/
cp $(MECH_PKGDIR)/clean-etc $(TARGET_DIR)/lib/infix/
endef
MECH_TARGET_FINALIZE_HOOKS += MECH_INSTALL_EXTRA