mirror of https://github.com/mpv-player/mpv
URL fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22073 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0ef2659ddc
commit
d82ed3ea08
2
Makefile
2
Makefile
|
@ -290,7 +290,7 @@ install-mencoder: mencoder$(EXESUF)
|
||||||
install-gui:
|
install-gui:
|
||||||
-ln -sf mplayer$(EXESUF) $(BINDIR)/gmplayer$(EXESUF)
|
-ln -sf mplayer$(EXESUF) $(BINDIR)/gmplayer$(EXESUF)
|
||||||
$(INSTALL) -d $(DATADIR)/skins
|
$(INSTALL) -d $(DATADIR)/skins
|
||||||
@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
|
@echo "*** Download skin(s) at http://www.mplayerhq.hu/design7/dload.html"
|
||||||
@echo "*** for GUI, and extract to $(DATADIR)/skins/"
|
@echo "*** for GUI, and extract to $(DATADIR)/skins/"
|
||||||
$(INSTALL) -d $(prefix)/share/pixmaps
|
$(INSTALL) -d $(prefix)/share/pixmaps
|
||||||
$(INSTALL) -m 644 etc/mplayer.xpm $(prefix)/share/pixmaps/
|
$(INSTALL) -m 644 etc/mplayer.xpm $(prefix)/share/pixmaps/
|
||||||
|
|
Loading…
Reference in New Issue