conf/templates: Fix installation
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 3m21s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 3m52s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m17s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m27s
CI / Packaging test (push) Successful in 0s

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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-06-11 06:19:03 +02:00
commit 844a358665
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61

View file

@ -1,4 +1,6 @@
TOPDIR = ../.. TOPDIR = ../..
CONFIG_SUBDIR = $(notdir $(shell pwd))
include $(TOPDIR)/make/proj.mk include $(TOPDIR)/make/proj.mk
include $(JWBDIR)/make/dirs.mk include $(JWBDIR)/make/conf.mk