From 4e4b8204aba39ab65ef83d5cec910c8c37d4e7b1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 12 Feb 2000 20:04:45 +0000 Subject: [PATCH] ITS#454: fix VPATH support --- servers/slapd/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 35f06f7048..077c1699ec 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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; \ -- 2.39.5