[Mplayer-cvslog] CVS: main Makefile,1.186,1.187

Arpi of Ize arpi at mplayerhq.hu
Mon May 20 01:50:35 CEST 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv6296

Modified Files:
	Makefile 
Log Message:
create relative links instead of absolute (with path) ones, patches by:
manpage - Eric Lammerts <eric at lammerts.org>
gmplayer - Björn Sandell <biorn at dce.chalmers.se>


Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- Makefile	12 May 2002 01:07:24 -0000	1.186
+++ Makefile	19 May 2002 23:50:32 -0000	1.187
@@ -223,13 +223,13 @@
 	if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi
 	$(INSTALL) -m 755 -s $(PRG) $(BINDIR)/$(PRG)
 ifeq ($(GUI),yes)
-	-ln -sf $(BINDIR)/$(PRG) $(BINDIR)/gmplayer
+	-ln -sf $(PRG) $(BINDIR)/gmplayer
 endif
 	if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi
 	$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
 ifeq ($(MENCODER),yes)
 	$(INSTALL) -m 755 -s $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
-	-ln -sf $(MANDIR)/man1/mplayer.1 $(MANDIR)/man1/mencoder.1
+	-ln -sf mplayer.1 $(MANDIR)/man1/mencoder.1
 endif
 	@if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi
 	@if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi




More information about the MPlayer-cvslog mailing list