tazusb rev 71

Makefile: Copy desktop file.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 24 00:01:02 2010 +0100 (2010-03-24)
parents fb48e79facad
children 2a897234ddb6
files Makefile
line diff
     1.1 --- a/Makefile	Tue Mar 23 21:56:49 2010 +0100
     1.2 +++ b/Makefile	Wed Mar 24 00:01:02 2010 +0100
     1.3 @@ -43,6 +43,10 @@
     1.4  	# i18n
     1.5  	mkdir -p $(DESTDIR)$(PREFIX)/share/locale
     1.6  	cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale
     1.7 +	# Desktop integration
     1.8 +	@echo "Setting up desktop integration..."
     1.9 +	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
    1.10 +	cp -a  applications $(DESTDIR)$(PREFIX)/share/
    1.11  
    1.12  # Uninstallation and tarball clean-up commands.
    1.13