mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
Install schema/README
This commit is contained in:
parent
4ab98f70f8
commit
9ac14af051
1 changed files with 5 additions and 0 deletions
|
|
@ -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" ; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue