mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typo (ITS#3070)
This commit is contained in:
parent
a886172472
commit
3fb7e5762b
@ -421,6 +421,6 @@ install-tools: FORCE
|
||||
cd $(DESTDIR)$(sbindir); \
|
||||
rm -f $(SLAPTOOLS); \
|
||||
for i in $(SLAPTOOLS); do \
|
||||
$(LN_S) $(libexecdir)/slapd $$i \
|
||||
$(LN_S) $(libexecdir)/slapd $$i; \
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user