about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-09-05 09:15:55 -0400
committerJosh Rickmar <jrick@devio.us>2012-09-05 09:15:55 -0400
commit03950f95e7c521d2024566669550d9aa1bf2d6db (patch)
treec035c74163244f0c5dd04589bb16cb7d61b70e98
parent1221b92c1bc0f37698b6b070bc2459a963c0693a (diff)
downloadxombrero-03950f95e7c521d2024566669550d9aa1bf2d6db.tar.gz
Another dbsd patch from Zplay
-rw-r--r--dragonfly/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dragonfly/Makefile b/dragonfly/Makefile
index 949e1b8..cd0976c 100644
--- a/dragonfly/Makefile
+++ b/dragonfly/Makefile
@@ -69,6 +69,7 @@ install: all
 	install -m 755 -d $(DESTDIR)$(BINDIR)
 	install -m 755 -d $(DESTDIR)$(LIBDIR)
 	install -m 755 -d $(DESTDIR)$(MANDIR)/man1
+	install -m 755 -d $(DESTDIR)$(RESDIR)
 	install -m 755 xombrero $(DESTDIR)$(BINDIR)
 	install -m 644 ../xombrero.1 $(DESTDIR)$(MANDIR)/man1/xombrero.1
 	install -m 644 ../xombrero.css $(DESTDIR)$(RESDIR)