From 6ae140ff4260ee1d1f8381f03e331565348ebef8 Mon Sep 17 00:00:00 2001
From: Simon Rose <simon.rose@ess.eu>
Date: Tue, 8 Jun 2021 10:13:56 +0200
Subject: [PATCH] Added auto-install of generated db files

---
 require-ess/tools/driver.makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/require-ess/tools/driver.makefile b/require-ess/tools/driver.makefile
index a904f79b..b736b4e1 100644
--- a/require-ess/tools/driver.makefile
+++ b/require-ess/tools/driver.makefile
@@ -413,6 +413,7 @@ export HDR_SUBDIRS
 
 TEMPLS = $(if ${TEMPLATES},$(filter-out -none-,${TEMPLATES}),$(wildcard *.template *.db *.subs))
 TEMPLS += ${TEMPLATES_${EPICSVERSION}}
+TEMPLS += $(wildcard $(COMMON_DIR)/*.db)
 export TEMPLS
 
 SCR = $(if ${SCRIPTS},$(filter-out -none-,${SCRIPTS}),$(wildcard *.cmd *.iocsh))
-- 
GitLab