]> git.sur5r.net Git - openldap/commitdiff
slaptool destdir fix from head
authorKurt Zeilenga <kurt@openldap.org>
Mon, 12 Apr 2004 20:07:40 +0000 (20:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 12 Apr 2004 20:07:40 +0000 (20:07 +0000)
servers/slapd/Makefile.in

index 6d2bf9f3674ee84b24132e389b53e3bec8bb5019..31cd7ca047e007861a1241ceef3992207b1f2e3b 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