[MPlayer-dev-eng] [PATCH] install input.conf and menu.conf into $CONFDIR

Diego Biurrun diego at biurrun.de
Sat Jan 4 01:24:59 CET 2003


Hi!

$SUBJECT says it all, more or less. I think we should install global
input.conf and menu.conf files, my patch does that.

Diego

--- Makefile	27 Dec 2002 16:02:44 -0000	1.241
+++ Makefile	4 Jan 2003 00:27:38 -0000
@@ -272,6 +272,8 @@
 	@if test -f $(CONFDIR)/codecs.conf.old ; then mv -f $(CONFDIR)/codecs.conf.old $(CONFDIR)/codecs.conf.older ; fi
 	@if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
 	$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
+	$(INSTALL) -c -m 644 etc/input.conf $(CONFDIR)/input.conf
+	$(INSTALL) -c -m 644 etc/menu.conf $(CONFDIR)/menu.conf
 ifeq ($(DVDKIT_SHARED),yes)
 ifeq ($(DVDKIT2),yes)
 	if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi


More information about the MPlayer-dev-eng mailing list