From ca52ba6d6eb5c543c6aa8775de38074e69dfbf76 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 26 Oct 2023 12:44:44 +0000 Subject: [PATCH] /etc/jw-rc.status: Fix file mode Signed-off-by: Jan Lindemann --- conf/etc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/etc/Makefile b/conf/etc/Makefile index 56b31f54..147bfca8 100644 --- a/conf/etc/Makefile +++ b/conf/etc/Makefile @@ -1,6 +1,7 @@ TOPDIR = ../.. INSTALL_CFGDIR = $(ENV_PREFIX)/etc +CFGMODE = 644 LOCAL_CFG = jw-rc.status include $(TOPDIR)/make/proj.mk