mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Install schema/*.{at,oc}.conf files.
This commit is contained in:
parent
8dc0fac3ad
commit
6fb04da524
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user