Ticket #11: codecs.conf.installation.patch
| File codecs.conf.installation.patch, 589 bytes (added by , 22 years ago) |
|---|
-
Makefile
old new 283 283 @echo "*** for GUI, and extract to $(DATADIR)/Skin/" 284 284 endif 285 285 @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 ; fi286 @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old && $(INSTALL) -m 644 ./etc/codecs.conf $(CONFDIR); fi 287 287 ifeq ($(DVDKIT_SHARED),yes) 288 288 ifeq ($(DVDKIT2),yes) 289 289 if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi
