mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Install schema/*.{at,oc}.conf files.
This commit is contained in:
parent
8dc0fac3ad
commit
6fb04da524
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ all-cffiles: slapd
|
||||||
|
|
||||||
install-schema: FORCE
|
install-schema: FORCE
|
||||||
@-$(MKDIR) $(DESTDIR)$(sysconfdir)/schema
|
@-$(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 \
|
if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
|
||||||
echo "installing $$i in $(sysconfdir)"; \
|
echo "installing $$i in $(sysconfdir)"; \
|
||||||
echo $(INSTALL) $(INSTALLFLAGS) $$i $(DESTDIR)$(sysconfdir)/$$i; \
|
echo $(INSTALL) $(INSTALLFLAGS) $$i $(DESTDIR)$(sysconfdir)/$$i; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue