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
ingo Voss
OpenLDAP
Commits
9ac14af0
Commit
9ac14af0
authored
Mar 30, 2003
by
Kurt Zeilenga
Browse files
Install schema/README
parent
4ab98f70
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/Makefile.in
View file @
9ac14af0
...
...
@@ -359,6 +359,11 @@ all-cffiles: slapd $(SLAPD_DYNAMIC_BACKENDS) tools
install-schema
:
FORCE
@
-
$(MKDIR)
$(DESTDIR)$(schemadir)
i
=
"
$(srcdir)
/schema/README"
;
\
SF
=
`
basename
$$
i
`
;
\
SD
=
"
$(DESTDIR)$(schemadir)
/
$$
SF"
;
\
echo
$(INSTALL)
$(INSTALLFLAGS)
-m
444
$$
i
$$
SD
;
\
$(INSTALL)
$(INSTALLFLAGS)
-m
444
$$
i
$$
SD
for
i
in
$(srcdir)
/schema/
*
.schema
;
do
\
SF
=
`
basename
$$
i
`
;
\
SD
=
"
$(DESTDIR)$(schemadir)
/
$$
SF"
;
\
...
...
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