Skip to content
Snippets Groups Projects
Commit f3d9dd0f authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#806: Fix DISTDIR typo

parent 259b90aa
No related branches found
No related tags found
No related merge requests found
......@@ -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 ; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment