summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-04 06:48:14 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-04 06:48:14 +0000
commit8b13a68738f2a5fcb041b04c108d537016782106 (patch)
tree9d2690660ab046057fafaca9bc23d219a0ba942e /Makefile
parentef44903b773bf0336058ebd182c5397ebc3409e7 (diff)
downloadmpv-8b13a68738f2a5fcb041b04c108d537016782106.tar.bz2
mpv-8b13a68738f2a5fcb041b04c108d537016782106.tar.xz
Add 32x32 XPM icon as mandated by Debian policy.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18039 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 5e8dc89c0c..5cd711cec5 100644
--- a/Makefile
+++ b/Makefile
@@ -481,7 +481,7 @@ ifeq ($(GUI),yes)
@echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html"
@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) -m 644 etc/mplayer.xpm $(prefix)/share/pixmaps/mplayer.xpm
@$(INSTALL) -d $(prefix)/share/applications
$(INSTALL) -m 644 etc/mplayer.desktop $(prefix)/share/applications/mplayer.desktop
endif
@@ -491,7 +491,7 @@ endif
uninstall:
-rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1
-rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
- -rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm
+ -rm -f $(prefix)/share/pixmaps/mplayer.xpm
-rm -f $(prefix)/share/applications/mplayer.desktop
for l in $(MAN_LANG); do \
if test "$$l" != "en"; then \