1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 12:55:16 +00:00

symlinking fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2248 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-10-17 21:17:14 +00:00
parent 631f0bde0e
commit 5f0178dda3

View File

@ -121,7 +121,7 @@ install: $(ALL_PRG)
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