--- mplayerxp/Makefile.orig Thu Jul 21 17:08:04 2005 +++ mplayerxp/Makefile Sun Oct 1 20:33:39 2006 @@ -72,20 +72,8 @@ $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML install: $(ALL_PRG) -ifeq ($(INSTALL),) - @echo "*** 'install' utility was not found and you can't run automatic" - @echo "*** installation. Please download 'fileutils' from ftp://ftp.gnu.org and" - @echo "*** install them to have possibility perform autiomatic installation" - @echo "*** of this project" - @exit 1 -endif $(INSTALL) -D -m 755 $(PRG) $(BINDIR)/$(PRG) @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi - @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi - @if test ! -f $(DATADIR)/font/font.desc ; then \ - echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \ - echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \ - fi ifeq ($(CSS_USE),yes) @echo "Following task requires root privs. If it fails don't panic"