diff Makefile @ 2247:563d19621948

symlinking fix
author gabucino
date Wed, 17 Oct 2001 21:17:14 +0000
parents c61dfcfb7e6b
children c26a9eff0993
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