[Mplayer-cvslog] CVS: main Makefile,1.35,1.36
    Gabor Lenart 
    lgb at users.sourceforge.net
       
    Sun Jun  3 00:55:12 CEST 2001
    
    
  
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv304/main
Modified Files:
	Makefile 
Log Message:
Install bug fixed (cannot overwrite directory ...)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** Makefile	2001/06/02 15:36:33	1.35
--- Makefile	2001/06/02 22:55:10	1.36
***************
*** 77,81 ****
  
  install: $(PRG)
! 	install -D -m 755 -s $(PRG) $(BINDIR)
  	install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
  
--- 77,81 ----
  
  install: $(PRG)
! 	install -D -m 755 -s $(PRG) $(BINDIR)/$(PRG)
  	install -D -m 644 DOCS/mplayer.1 $(prefix)/man/man1/mplayer.1
  
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
    
    
More information about the MPlayer-cvslog
mailing list