From 7d206d30457b549b15af7115bbde2de7e5323cf8 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 29 May 2014 15:54:31 +1200 Subject: Makefile fix --- Makefile | 2 +- trayfreq.desktop | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 trayfreq.desktop diff --git a/Makefile b/Makefile index 119ea4d..e358213 100644 --- a/Makefile +++ b/Makefile @@ -141,7 +141,7 @@ clean: ######################################################################## # Install entire suite install: - install -d themes $(DESTDIR)/$(SHAREDIR)/trayfreq/themes + cp -r themes $(DESTDIR)/$(SHAREDIR)/trayfreq/ install -Dm 644 lc/fr.mo $(DESTDIR)/$(LOCALEDIR)/fr/LC_MESSAGES/trayfreq.mo diff --git a/trayfreq.desktop b/trayfreq.desktop new file mode 100644 index 0000000..0905549 --- /dev/null +++ b/trayfreq.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Version=1.0 +Encoding=UTF-8 +Name=trayfreq +GenericName=trayfreq +Exec=/usr/bin/trayfreq +Type=Application -- cgit v1.1