From: <dom...@us...> - 2013-05-22 09:46:50
|
Revision: 443 http://sourceforge.net/p/fvwm-crystal/code/443 Author: dominique_libre Date: 2013-05-22 09:46:47 +0000 (Wed, 22 May 2013) Log Message: ----------- Makefile: adjusted the installation of the X session and desktop files Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-22 08:50:00 UTC (rev 442) +++ ChangeLog 2013-05-22 09:46:47 UTC (rev 443) @@ -4,7 +4,8 @@ moved the X session and desktop files to new location: shared apps/Thunar; recipes/*: make the IconBox to work togueter functions/Media; functions/Mixer: some icon changes - + Makefile: adjusted the installation of the X session and desktop files + Mardi 21 Mai 2013 Dominque Michel scripts/ThunarCheckMounts; apps/Thunar: version 2 much simpler and better even if I do prefer the look of the old version; v2 is just better. Modified: Makefile =================================================================== --- Makefile 2013-05-22 08:50:00 UTC (rev 442) +++ Makefile 2013-05-22 09:46:47 UTC (rev 443) @@ -16,8 +16,8 @@ install -m 755 bin/fvwm-crystal.apps bin/fvwm-crystal.wallpaper bin/fvwm-crystal bin/fvwm-crystal.generate-menu bin/fvwm-crystal.infoline bin/fvwm-crystal.mplayer-wrapper bin/fvwm-crystal.play-movies bin/fvwm-crystal.videomodeswitch- bin/fvwm-crystal.videomodeswitch+ $(DESTDIR)$(prefix)/bin cp -d -r fvwm/* $(DESTDIR)$(prefix)/share/fvwm-crystal/fvwm/ - cp addons/fvwm-crystal $(DESTDIR)/etc/X11/Sessions - cp addons/fvwm-crystal.desktop $(DESTDIR)$(prefix)/share/xsessions + cp shared/fvwm-crystal $(DESTDIR)/etc/X11/Sessions + cp shared/fvwm-crystal.desktop $(DESTDIR)$(prefix)/share/xsessions mkdir -p $(DESTDIR)$(prefix)/share/man/man1 cp -d -r man/* $(DESTDIR)$(prefix)/share/man/man1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |