diff options
author | David <dbphillipsnz@gmail.com> | 2014-05-29 15:54:31 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-05-29 16:11:49 +1200 |
commit | 627dd1068e7ab7437c07890cb5aa298e38a6c0d1 (patch) | |
tree | f1d6878123509fe6b651968a4fbe86c0a59c89be | |
parent | 5ad431451529a3aa6aa51b5dffa90cc2207d2a94 (diff) | |
download | paramano-627dd1068e7ab7437c07890cb5aa298e38a6c0d1.tar.xz |
Makefile fix
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | trayfreq.desktop | 7 |
2 files changed, 8 insertions, 1 deletions
@@ -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 |