~adnano/kiln-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH gmnitohtml] Makefile: fix install

Details
Message ID
<20221010170626.11499-1-edd@salkield.uk>
DKIM signature
missing
Download raw message
Patch: +1 -1
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
Details
Message ID
<CNIFBXC6BBYW.NLFLE7D8VHFO@nitro>
In-Reply-To
<20221010170626.11499-1-edd@salkield.uk> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~adnano/gmnitohtml
   c024a05..7ce27bc  master -> master
Reply to thread Export thread (mbox)