Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
b334171a
Commit
b334171a
authored
Jul 14, 1999
by
Kurt Zeilenga
Browse files
Fix xrpcomp sed.
parent
32dc0ad7
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b334171a
...
...
@@ -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
...
...
clients/fax500/Makefile.in
View file @
b334171a
...
...
@@ -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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment