From ee8bcd08e27d986aedd1ec5c1dbe8cc35f326eed Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jul 2003 02:02:20 +0000 Subject: Move away old codecs.conf files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10492 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc72d4fb5c..98cd129316 100644 --- a/Makefile +++ b/Makefile @@ -283,6 +283,7 @@ ifeq ($(GUI),yes) @echo "*** for GUI, and extract to $(DATADIR)/Skin/" endif @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi + @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi ifeq ($(DVDKIT_SHARED),yes) ifeq ($(DVDKIT2),yes) if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi -- cgit v1.2.3