mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
ITS#806: Fix DISTDIR typo
This commit is contained in:
parent
259b90aaa2
commit
f3d9dd0fab
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ install-schema: FORCE
|
|||
@-$(MKDIR) $(DESTDIR)$(schemadir)
|
||||
for i in $(srcdir)/schema/*.schema ; do \
|
||||
SF=`basename $$i` ; \
|
||||
SD="$(DISTDIR)$(schemadir)/$$SF" ; \
|
||||
SD="$(DESTDIR)$(schemadir)/$$SF" ; \
|
||||
if test ! -f $$SD ; then \
|
||||
echo "installing $$SF in $(schemadir)" ; \
|
||||
echo $(INSTALL) $(INSTALLFLAGS) -m 444 $$i $$SD ; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue