From 844a3586657bbbf7f0d112e2d378a9018acd7865 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 11 Jun 2026 06:19:03 +0200 Subject: [PATCH] conf/templates: Fix installation conf/templates is not installed to /etc/opt/jw-pkg/templates. Fix that so that other packages including py-topdir.mk can use the templates. Signed-off-by: Jan Lindemann --- conf/templates/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/templates/Makefile b/conf/templates/Makefile index b1ec41b6..7f6e10f5 100644 --- a/conf/templates/Makefile +++ b/conf/templates/Makefile @@ -1,4 +1,6 @@ TOPDIR = ../.. +CONFIG_SUBDIR = $(notdir $(shell pwd)) + include $(TOPDIR)/make/proj.mk -include $(JWBDIR)/make/dirs.mk +include $(JWBDIR)/make/conf.mk