[MPlayer-cvslog] r26827 - trunk/Makefile
diego
subversion at mplayerhq.hu
Sun May 18 19:38:16 CEST 2008
Author: diego
Date: Sun May 18 19:38:16 2008
New Revision: 26827
Log:
Merge directory installation commands.
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun May 18 19:38:16 2008
@@ -814,8 +814,7 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI
install: $(INSTALL_TARGETS-yes)
install-dirs:
- $(INSTALL) -d $(BINDIR)
- $(INSTALL) -d $(CONFDIR)
+ $(INSTALL) -d $(BINDIR) $(CONFDIR)
install-%: %$(EXESUF) install-dirs
$(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
@@ -846,10 +845,8 @@ $(foreach lang,$(MAN_LANG),$(eval $(MENC
install-gui: install-mplayer
-ln -sf mplayer$(EXESUF) $(BINDIR)/gmplayer$(EXESUF)
- $(INSTALL) -d $(DATADIR)/skins
- $(INSTALL) -d $(prefix)/share/pixmaps
+ $(INSTALL) -d $(DATADIR)/skins $(prefix)/share/pixmaps $(prefix)/share/applications
$(INSTALL) -m 644 etc/mplayer.xpm $(prefix)/share/pixmaps/
- $(INSTALL) -d $(prefix)/share/applications
$(INSTALL) -m 644 etc/mplayer.desktop $(prefix)/share/applications/
uninstall:
More information about the MPlayer-cvslog
mailing list