diff Makefile @ 17974:9a5a62f480e6

Rename the default GUI skins directory from 'Skin' to 'skins', keeping backwards compatibility.
author diego
date Mon, 27 Mar 2006 11:39:27 +0000
parents 916d035cec47
children 4f7892794a7f
line wrap: on
line diff
--- a/Makefile	Mon Mar 27 10:32:52 2006 +0000
+++ b/Makefile	Mon Mar 27 11:39:27 2006 +0000
@@ -494,9 +494,9 @@
 	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