Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv8716 Modified Files: Makefile Log Message: tests with '[ ]' changed to 'test' Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/Makefile,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- Makefile 11 Oct 2001 11:58:24 -0000 1.73 +++ Makefile 11 Oct 2001 23:35:52 -0000 1.74 @@ -118,16 +118,12 @@ $(CC) $(CFLAGS) -g codec-cfg.c -o $(PRG_CFG) -DCODECS2HTML install: $(ALL_PRG) - if [ ! -d $(BINDIR) ]; then \ - mkdir -p $(BINDIR); \ - fi + if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi install -m 755 -s $(PRG) $(BINDIR)/$(PRG) ifeq ($(GUI),yes) -ln -s $(BINDIR)/$(PRG) $(BINDIR)/gmplayer endif - if [ ! -d $(prefix)/man/man1 ]; then \ - mkdir -p $(prefix)/man/man1; \ - fi + if test ! -d $(prefix)/man/man1 ; then mkdir -p $(prefix)/man/man1; fi install -c -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1 ifeq ($(CSS_USE),yes) @echo "Following task requires root privs. If it fails don't panic"
participants (1)
-
pl