summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrzemyslaw <prymula76@outlook.com>2024-04-18 12:29:08 +0200
committerPrzemyslaw <prymula76@outlook.com>2024-04-18 12:29:08 +0200
commitf80a5f654313dc8893607247946eb26133766d5b (patch)
treef82264eb8fdd9befd5fb1204b1201c610835932a /Makefile
parentec613f15e761d62fd7aad2cfd5380654d2b7cdb4 (diff)
fix makefileHEADmaster
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