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

Fix mode of schema.default installed files

parent 134af734
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ install-schema: FORCE
else \
echo "PRESERVING EXISTING SCHEMA FILE $(DESTDIR)$(schemadir)/$$i"; \
fi; \
$(INSTALL) $(INSTALLFLAGS) $$i $(DESTDIR)$(schemadir)/$$i.default ; \
$(INSTALL) $(INSTALLFLAGS) -m 444 $$i $(DESTDIR)$(schemadir)/$$i.default ; \
done
install-conf: FORCE
......
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