[Mplayer-cvslog] CVS: main Makefile,1.34,1.35
    GEREOFFY 
    arpi_esp at users.sourceforge.net
       
    Sat Jun  2 17:36:36 CEST 2001
    
        - Previous message: [Mplayer-cvslog] CVS: main Makefile,1.33,1.34
- Next message: [Mplayer-cvslog] CVS: main/libvo font_load.c,1.13,1.14 osd.c,1.2,1.3 osd.h,1.1,1.2 sub.c,1.11,1.12
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv9136
Modified Files:
	Makefile 
Log Message:
install won't change ownership
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** Makefile	2001/06/02 15:10:37	1.34
--- Makefile	2001/06/02 15:36:33	1.35
***************
*** 7,15 ****
  include config.mak
  
- #install...
- OWNER = root
- GROUP = root
- PERM = 755
- 
  PRG = mplayer
  PRG_HQ = mplayerHQ
--- 7,10 ----
***************
*** 82,86 ****
  
  install: $(PRG)
! 	install -g $(GROUP) -o $(OWNER) -m $(PERM) -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)
  	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
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main Makefile,1.33,1.34
- Next message: [Mplayer-cvslog] CVS: main/libvo font_load.c,1.13,1.14 osd.c,1.2,1.3 osd.h,1.1,1.2 sub.c,1.11,1.12
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list