changeset 6128:6a7e3b69e4cf

create relative links instead of absolute (with path) ones, patches by: manpage - Eric Lammerts <eric@lammerts.org> gmplayer - Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Sun, 19 May 2002 23:50:32 +0000
parents b98492924d99
children b6de6a3e682d
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun May 19 23:41:40 2002 +0000
+++ b/Makefile	Sun May 19 23:50:32 2002 +0000
@@ -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