From a86ec729868e9bd5777f5800527e5cd9bf79fe85 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 14 Nov 2012 10:56:44 +0100 Subject: Makefile: do not create config directory with install target The config directory, controlled by --confdir and which is set to PREFIX/etc/mpv by default, should not be created by default, as "make install" doesn't copy any files there. The user can still create a config file manually if system-wide configuration is desired. --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 53921b5676..6e89491224 100644 --- a/Makefile +++ b/Makefile @@ -415,7 +415,6 @@ install-no-man: $(INSTALL_NO_MAN_TARGETS) install-dirs: if test ! -d $(BINDIR) ; then $(INSTALL) -d $(BINDIR) ; fi - if test ! -d $(CONFDIR) ; then $(INSTALL) -d $(CONFDIR) ; fi install-%: %$(EXESUF) install-dirs $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) -- cgit v1.2.3