Ticket #11: codecs.conf.installation.patch

File codecs.conf.installation.patch, 589 bytes (added by aquatique@…, 22 years ago)

Patch for Makefile (Bug #11)

  • Makefile

    old new  
    283283        @echo "*** for GUI, and extract to $(DATADIR)/Skin/"
    284284endif
    285285        @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi
    286         @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
     286        @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old && $(INSTALL) -m 644 ./etc/codecs.conf $(CONFDIR); fi
    287287ifeq ($(DVDKIT_SHARED),yes)
    288288ifeq ($(DVDKIT2),yes)
    289289        if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi