diff options
author | John C. Vernaleo <jcv@conformal.com> | 2014-03-25 09:05:48 -0400 |
---|---|---|
committer | John C. Vernaleo <jcv@conformal.com> | 2014-03-25 09:06:01 -0400 |
commit | b10321a1983376a2d6a8ddba98daeac9d890f943 (patch) | |
tree | 42a99b5f12cf3d6cc461a98a1e10bccd25a8d550 /dragonfly | |
parent | 3590a42a9ad7db1e670964cbf626ec51d7d84b13 (diff) | |
download | xombrero-b10321a1983376a2d6a8ddba98daeac9d890f943.tar.gz |
Match recent FreeBSD Makefile fix in dragonfly Makefile.
Diffstat (limited to 'dragonfly')
-rw-r--r-- | dragonfly/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dragonfly/Makefile b/dragonfly/Makefile index dc1aafd..8cf82b1 100644 --- a/dragonfly/Makefile +++ b/dragonfly/Makefile @@ -67,6 +67,7 @@ install: all install -m 755 -d $(DESTDIR)$(BINDIR) install -m 755 -d $(DESTDIR)$(MANDIR)/man1 install -m 755 -d $(DESTDIR)$(RESDIR) + install -m 755 -d $(DESTDIR)$(PREFIX)/share/applications install -m 755 xombrero $(DESTDIR)$(BINDIR) install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1 install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR) |