Closed leuliett closed 6 years ago
This was always the case. In the Makefile in the conf directory, it says:
install: all $(INSTALL_DIR) $(bindir) $(datadir)/conf $(INSTALL_DATA) *.xml $(datadir)/conf
So clearly $(datadir)
is created, as is the subdirectory conf
, and the *.xml
files are put in it.
Users report an expectation that "make install" should create the directory specified by --datadir=DIR and move the conf directory into it.