mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
SLAPTOOL links should be to final dest directory
This commit is contained in:
parent
0e2a12142a
commit
df4db9beb1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user