Mercurial > mplayer.hg
changeset 2247:563d19621948
symlinking fix
author | gabucino |
---|---|
date | Wed, 17 Oct 2001 21:17:14 +0000 |
parents | f7c1485b33be |
children | 13bbd8326efd |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Oct 17 20:42:07 2001 +0000 +++ b/Makefile Wed Oct 17 21:17:14 2001 +0000 @@ -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