From f80a5f654313dc8893607247946eb26133766d5b Mon Sep 17 00:00:00 2001 From: Przemyslaw Date: Thu, 18 Apr 2024 12:29:08 +0200 Subject: fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3