]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
also install raddb/certs/realms
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 14 Jul 2023 21:06:46 +0000 (22:06 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Fri, 14 Jul 2023 22:02:22 +0000 (23:02 +0100)
raddb/all.mk

index 04516d088aae9d0cf6fe61d2c0533c3fb2adc7df..6ab8c78477051f941fb27cd223e7106147f3eb36 100644 (file)
@@ -21,7 +21,7 @@ LOCAL_MODULES :=      $(addprefix raddb/mods-enabled/,$(DEFAULT_MODULES))
 
 LOCAL_CERT_FILES :=    Makefile README.md xpextensions \
                        ca.cnf server.cnf inner-server.cnf \
-                       client.cnf bootstrap
+                       client.cnf realms/README.md bootstrap
 
 #
 #  We don't create the installed certs if we're building a package,
@@ -36,7 +36,7 @@ endif
 
 LEGACY_LINKS :=                $(addprefix $(R)$(raddbdir)/,users huntgroups hints)
 
-RADDB_DIRS :=          certs mods-available mods-enabled policy.d \
+RADDB_DIRS :=          certs certs/realms mods-available mods-enabled policy.d \
                        sites-available sites-enabled \
                        $(patsubst raddb/%,%,$(shell find raddb/mods-config -type d -print))