summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c282727..fece9ba 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ clean:
$(CC) $(CFLAGS) -c $< -o $@
install:
- install -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/trix $(DESTDIR)$(PREFIX)/share/trix/img $(DESTDIR)$(PREFIX)/share/trix/img/bg
- install trix $(DESTDIR)$(PREFIX)/bin
+ install -d $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/share/trix $(DESTDIR)$(PREFIX)/share/trix/img $(DESTDIR)$(PREFIX)/share/trix/img/bg $(DESTDIR)/usr/share/applications
+ install trix $(DESTDIR)$(PREFIX)/bin
install ZapfHumanist.ttf $(DESTDIR)$(PREFIX)/share/trix
install img/*.bmp $(DESTDIR)$(PREFIX)/share//trix/img
install img/bg/*.txt $(DESTDIR)$(PREFIX)/share/trix/img/bg