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

ITS#454: fix VPATH support

parent d0d80a63
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
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