]> git.pld-linux.org Git - packages/openldap.git/commitdiff
- udpated for 2.2.15
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Jul 2004 00:17:39 +0000 (00:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openldap-install.patch -> 1.3

openldap-install.patch

index 39cdea12dfaae4ead1cee31e2e2b5aaba7f94a5d..2cd32cc00394782e96f05e46a5685cad3c32386b 100644 (file)
@@ -1,13 +1,13 @@
---- openldap-2.2.10/servers/slapd/Makefile.in.orig     2004-03-18 02:01:02.000000000 +0100
-+++ openldap-2.2.10/servers/slapd/Makefile.in  2004-03-28 03:43:04.484125840 +0200
-@@ -417,5 +417,9 @@
+--- openldap-2.2.15/servers/slapd/Makefile.in.orig     2004-07-26 00:31:04.000000000 +0200
++++ openldap-2.2.15/servers/slapd/Makefile.in  2004-07-31 01:57:16.371699848 +0200
+@@ -421,6 +421,10 @@
        cd $(DESTDIR)$(sbindir); \
-       rm -f $(SLAPTOOLS); \
+       rm -f $(SLAPTOOLS); \
        for i in $(SLAPTOOLS); do \
--              $(LN_S) $(libexecdir)/slapd $$i; \
 +              if test "$(libexecdir)" = "$(sbindir)" ; then \
-+                      $(LN_S) slapd $$i ; \
++                      $(LN_S) slapd$(EXEEXT) $$i$(EXEEXT) ; \
 +              else \
-+                      $(LN_S) $(libexecdir)/slapd $$i; \
+               $(LN_S) $(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
 +              fi ; \
        done
This page took 0.293173 seconds and 4 git commands to generate.