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

Install schema/README

parent 4ab98f70
No related branches found
Tags OPENLDAP_REL_ENG_2_3_13
No related merge requests found
......@@ -359,6 +359,11 @@ all-cffiles: slapd $(SLAPD_DYNAMIC_BACKENDS) tools
install-schema: FORCE
@-$(MKDIR) $(DESTDIR)$(schemadir)
i="$(srcdir)/schema/README" ; \
SF=`basename $$i` ; \
SD="$(DESTDIR)$(schemadir)/$$SF" ; \
echo $(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD ; \
$(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD
for i in $(srcdir)/schema/*.schema ; do \
SF=`basename $$i` ; \
SD="$(DESTDIR)$(schemadir)/$$SF" ; \
......
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