]> git.sur5r.net Git - openldap/commitdiff
Fix xrpcomp sed.
authorKurt Zeilenga <kurt@openldap.org>
Wed, 14 Jul 1999 17:07:02 +0000 (17:07 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 14 Jul 1999 17:07:02 +0000 (17:07 +0000)
CHANGES
clients/fax500/Makefile.in

diff --git a/CHANGES b/CHANGES
index 7cc4c45a1ec785c5955dcc9a1990a09de91ee4b8..552773677b92462f4d1407cd47bbad9d6f0b31ac 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,7 @@ Changes included in OpenLDAP 1.2 Release Engineering
                Added IRIX #define _SGI_MP_SOURCE for enable per-thread errno
                Added ac/time.h to slap.h for IRIX (ITS#223)
                Added sys/select.h detection
+               Fix xrpcomp $libexecdir sed
 
 Changes included in OpenLDAP 1.2.3
        CVS Tag: OPENLDAP_REL_ENG_1_2_3
index 1499ab5a7cd811a6ca3e10493d6e70ca39c95f3e..a66f2a88a187b877ea137c1e852b6d3c7c7cfce7 100644 (file)
@@ -38,6 +38,6 @@ install-local: $(PROGRAMS) xrpcomp FORCE
        -$(MKDIR) $(libexecdir)
        $(LTINSTALL) $(INSTALLFLAGS) -m 755 rp500 $(libexecdir)
        $(LTINSTALL) $(INSTALLFLAGS) -m 755 fax500 $(libexecdir)
-       $(SED) -e 's%LIBEXECDIR%$(libexecdir)%' $(srcdir)/xrpcomp > /tmp/xrpcomp.tmp
+       $(SED) -e 's|%LIBEXECDIR%|$(libexecdir)|' $(srcdir)/xrpcomp > /tmp/xrpcomp.tmp
        $(INSTALL) $(INSTALLFLAGS) -m 755 /tmp/xrpcomp.tmp $(libexecdir)/xrpcomp
        $(RM) /tmp/xrpcomp.tmp