summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-31 15:26:04 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-31 15:26:19 -0400
commitaf70d3b80c706adda54bb83f2a6528ae609373d4 (patch)
tree8c69f5cfa9810d8c98e86780b683100245f27813 /Makefile
parentd32f7115de72f9104d14056a31925e6dfc2d37f2 (diff)
downloadkeysafe-af70d3b80c706adda54bb83f2a6528ae609373d4.tar.gz
add .desktop file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f287c2b..c8fec50 100644
--- a/Makefile
+++ b/Makefile
@@ -28,3 +28,5 @@ install-files: keysafe
install -m 0644 keysafe.1 $(PREFIX)/usr/share/man/man1/keysafe.1
install -d $(PREFIX)/lib/systemd/system
install -m 0644 keysafe.service $(PREFIX)/lib/systemd/system/keysafe.service
+ install -d $(PREFIX)/usr/share/applications/
+ install -m 0644 keysafe.desktop $(PREFIX)/usr/share/applications/keysafe.desktop