[Mplayer-cvslog] CVS: main Makefile,1.76,1.77
Winner of tha face compo
gabucino at mplayer.dev.hu
Wed Oct 17 23:17:16 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv27972
Modified Files:
Makefile
Log Message:
symlinking fix
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- Makefile 15 Oct 2001 19:33:42 -0000 1.76
+++ Makefile 17 Oct 2001 21:17:14 -0000 1.77
@@ -121,7 +121,7 @@
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
+ -ln -sf $(BINDIR)/$(PRG) $(BINDIR)/gmplayer
endif
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
More information about the MPlayer-cvslog
mailing list