aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Brogi <guillaume.brogi@akheros.com>2015-11-12 12:33:48 +0100
committerGuillaume Brogi <guillaume.brogi@akheros.com>2015-11-12 12:33:48 +0100
commitef861fe43365944a57a2bcb7baa7c8d606aedba2 (patch)
tree0b708bfb760ef1871d378ab88f7c25315ed8af97 /Makefile
parentf2ce793d628e88825eff3364b293104cb0bdb582 (diff)
downloadimv-ef861fe43365944a57a2bcb7baa7c8d606aedba2.tar.gz
Add a imv.desktop file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a30cd0a..98e976a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,3 +33,4 @@ clean:
install: $(TARGET)
install -D -m 0755 $(TARGET) $(DESTDIR)$(prefix)/bin/$(TARGET)
install -D -m 0644 doc/imv.1 $(DESTDIR)$(prefix)/share/man/man1/imv.1
+ install -D -m 0644 files/imv.desktop $(DESTDIR)$(prefix)/share/applications/imv.desktop