about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorJosh Rickmar <jrick@devio.us>2012-07-11 10:03:43 -0400
committerJosh Rickmar <jrick@devio.us>2012-07-11 10:03:43 -0400
commit77296e1725d6e3e7d6006a447678908e9b0eb601 (patch)
tree8619001f0e5eb72150c9d09feb64243b50862f21 /linux
parentba3c43609ca28e977e07601260f9cb7f471a69e7 (diff)
downloadxombrero-77296e1725d6e3e7d6006a447678908e9b0eb601.tar.gz
Makefile fixes for Linux and FreeBSD. Install the css to the resource
dir on Linux, and install _o/ for FreeBSD (why wasn't this done
before?)
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/Makefile b/linux/Makefile
index 6e35266..c0c2455 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -53,6 +53,7 @@ install: all
 	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)
 	install -m 644 ../xombreroicon16.png $(DESTDIR)$(RESDIR)
 	install -m 644 ../xombreroicon32.png $(DESTDIR)$(RESDIR)
 	install -m 644 ../xombreroicon48.png $(DESTDIR)$(RESDIR)