diff options
author | Josh Rickmar <jrick@devio.us> | 2012-10-28 23:26:13 -0400 |
---|---|---|
committer | Josh Rickmar <jrick@devio.us> | 2012-10-28 23:26:13 -0400 |
commit | 22d5a6e6c23c469430d4aaae3122ce2f4fcb6194 (patch) | |
tree | ea3cce0c2ffaef9eb19d185eebf833d537d79ec7 /netbsd | |
parent | 5439f5f0b1fa7ed556b63339b932e3069d471029 (diff) | |
download | xombrero-22d5a6e6c23c469430d4aaae3122ce2f4fcb6194.tar.gz |
Install xombrero.desktop. Fixes FS384.
Diffstat (limited to 'netbsd')
-rw-r--r-- | netbsd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netbsd/Makefile b/netbsd/Makefile index 17f583c..dc9f564 100644 --- a/netbsd/Makefile +++ b/netbsd/Makefile @@ -72,6 +72,7 @@ install: all install -m 755 xombrero $(DESTDIR)$(BINDIR) install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1 install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR) + install -m 644 ../xombrero.desktop $(DESTDIR)$(PREFIX)/share/applications install -m 644 ../xombreroicon16.png $(DESTDIR)$(RESDIR) install -m 644 ../xombreroicon32.png $(DESTDIR)$(RESDIR) install -m 644 ../xombreroicon48.png $(DESTDIR)$(RESDIR) |