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

This commit is contained in:
Kurt Zeilenga 2000-01-01 20:11:50 +00:00
parent 8dc0fac3ad
commit 6fb04da524

View File

@ -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; \