SLAPTOOL links should be to final dest directory

This commit is contained in:
Kurt Zeilenga 2004-04-07 16:55:04 +00:00
parent 0e2a12142a
commit df4db9beb1

View 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