]> git.sur5r.net Git - openldap/commitdiff
SLAPTOOL links should be to final dest directory
authorKurt Zeilenga <kurt@openldap.org>
Wed, 7 Apr 2004 16:55:04 +0000 (16:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 7 Apr 2004 16:55:04 +0000 (16:55 +0000)
servers/slapd/Makefile.in

index 6d2bf9f3674ee84b24132e389b53e3bec8bb5019..f804d9727802cd04754ac09844aadc9c5cf4682d 100644 (file)
@@ -418,7 +418,9 @@ install-conf: FORCE
 
 install-tools: FORCE
        -$(MKDIR) $(DESTDIR)$(sbindir)
-       cd $(DESTDIR)$(sbindir); rm -f $(SLAPTOOLS); \
+       cd $(DESTDIR)$(sbindir); \
+       rm -f $(SLAPTOOLS); \
        for i in $(SLAPTOOLS); do \
-               $(LN_S) $(DESTDIR)$(libexecdir)/slapd $$i; done
+               $(LN_S) $(libexecdir)/slapd $$i \
+       done