Skip to content
Snippets Groups Projects
Commit 6fb04da5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Install schema/*.{at,oc}.conf files.

parent 8dc0fac3
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ all-cffiles: slapd
install-schema: FORCE
@-$(MKDIR) $(DESTDIR)$(sysconfdir)/schema
@for i in schema/*.schema ; do \
@for i in schema/*.schema schema/*.conf ; do \
if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
echo "installing $$i in $(sysconfdir)"; \
echo $(INSTALL) $(INSTALLFLAGS) $$i $(DESTDIR)$(sysconfdir)/$$i; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment