mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 13:40:37 -05:00
ITS#454: fix VPATH support
This commit is contained in:
parent
d0d80a633a
commit
4e4b8204ab
1 changed files with 2 additions and 1 deletions
|
|
@ -182,7 +182,8 @@ all-cffiles: slapd
|
|||
|
||||
install-schema: FORCE
|
||||
@-$(MKDIR) $(DESTDIR)$(sysconfdir)/schema
|
||||
@for i in schema/*.schema schema/*.conf ; do \
|
||||
@cd $(srcdir) ; \
|
||||
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 a new issue