mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
One more Windows tweak
This commit is contained in:
parent
39fbae025e
commit
bff0b64cb3
@ -429,6 +429,6 @@ install-tools: FORCE
|
|||||||
cd $(DESTDIR)$(sbindir); \
|
cd $(DESTDIR)$(sbindir); \
|
||||||
rm -f $(SLAPTOOLS); \
|
rm -f $(SLAPTOOLS); \
|
||||||
for i in $(SLAPTOOLS); do \
|
for i in $(SLAPTOOLS); do \
|
||||||
$(LN_S) $(libexecdir)/slapd $$i; \
|
$(LN_S) $(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user