mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
SLAPTOOL links should be to final dest directory
This commit is contained in:
parent
0e2a12142a
commit
df4db9beb1
1 changed files with 4 additions and 2 deletions
|
|
@ -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 a new issue