summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-27 11:39:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-27 11:39:27 +0000
commitb5743fcfdaca9d4e7c6778e9622b6f18756c9636 (patch)
tree112934f13020532ee130e7669284f68a03de415b /Makefile
parent171de9cf5f7df128635205270363b68f6b1348ef (diff)
downloadmpv-b5743fcfdaca9d4e7c6778e9622b6f18756c9636.tar.bz2
mpv-b5743fcfdaca9d4e7c6778e9622b6f18756c9636.tar.xz
Rename the default GUI skins directory from 'Skin' to 'skins', keeping
backwards compatibility. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17975 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6750780d2f..e8ff7e04c4 100644
--- a/Makefile
+++ b/Makefile
@@ -494,9 +494,9 @@ endif
echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \
fi
ifeq ($(GUI),yes)
- @$(INSTALL) -d $(DATADIR)/Skin
+ @$(INSTALL) -d $(DATADIR)/skins
@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
- @echo "*** for GUI, and extract to $(DATADIR)/Skin/"
+ @echo "*** for GUI, and extract to $(DATADIR)/skins/"
@$(INSTALL) -d $(prefix)/share/pixmaps
$(INSTALL) -m 644 Gui/mplayer/pixmaps/mplayer-desktop.xpm $(prefix)/share/pixmaps/mplayer-desktop.xpm
@$(INSTALL) -d $(prefix)/share/applications