# HG changeset patch # User gabucino # Date 1003353434 0 # Node ID 563d196219483937e5703ddf0862b424b5f3a63b # Parent f7c1485b33be92203043dc1cb1e3cbecd094a19d symlinking fix diff -r f7c1485b33be -r 563d19621948 Makefile --- 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