~adnano/kiln-devel

gmnitohtml: Makefile: fix install v1 APPLIED

Edd Salkield: 1
 Makefile: fix install

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~adnano/kiln-devel/patches/35971/mbox | git am -3
Learn more about email & git

[PATCH gmnitohtml] Makefile: fix install Export this patch

Apologies for not catching this the first time around.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b839b28..49d1a26 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ clean:
install:
	mkdir -m755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man1
	install -m755 gmnitohtml $(DESTDIR)$(BINDIR)/gmnitohtml
	install -m755 gmnitohtml.1 $(DESTDIR)$(MANDIR)/man1/gmnitohtml.1
	install -m755 docs/gmnitohtml.1 $(DESTDIR)$(MANDIR)/man1/gmnitohtml.1

uninstall:
	$(RM) $(DESTDIR)$(BINDIR)/gmnitohtml
-- 
2.38.0
Thanks!

To git@git.sr.ht:~adnano/gmnitohtml
   c024a05..7ce27bc  master -> master