# HG changeset patch # User Eric Joseph-Alexandre # Date 1269385262 -3600 # Node ID 4420d4a3b95b64b9f86ac24475c82108c5ace17b # Parent fb48e79facad3908ee0cb29dbf60652896f69c3e Makefile: Copy desktop file. diff -r fb48e79facad -r 4420d4a3b95b Makefile --- a/Makefile Tue Mar 23 21:56:49 2010 +0100 +++ b/Makefile Wed Mar 24 00:01:02 2010 +0100 @@ -43,6 +43,10 @@ # i18n mkdir -p $(DESTDIR)$(PREFIX)/share/locale cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale + # Desktop integration + @echo "Setting up desktop integration..." + mkdir -p $(DESTDIR)$(PREFIX)/share/applications + cp -a applications $(DESTDIR)$(PREFIX)/share/ # Uninstallation and tarball clean-up commands.