Fix xrpcomp sed.

This commit is contained in:
Kurt Zeilenga 1999-07-14 17:07:02 +00:00
parent 32dc0ad7b0
commit b334171a87
2 changed files with 2 additions and 1 deletions

View File

@ -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

View 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