diff options
author | Guillaume Brogi <guillaume.brogi@akheros.com> | 2015-11-12 12:33:48 +0100 |
---|---|---|
committer | Guillaume Brogi <guillaume.brogi@akheros.com> | 2015-11-12 12:33:48 +0100 |
commit | ef861fe43365944a57a2bcb7baa7c8d606aedba2 (patch) | |
tree | 0b708bfb760ef1871d378ab88f7c25315ed8af97 /Makefile | |
parent | f2ce793d628e88825eff3364b293104cb0bdb582 (diff) | |
download | imv-ef861fe43365944a57a2bcb7baa7c8d606aedba2.tar.gz |
Add a imv.desktop file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |