~sircmpwn/himitsu-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 himitsu] Makefile: add CMDS and DOCS to install dependency

Details
Message ID
<20240717101035.18237-1-kurth4cker@gmail.com>
DKIM signature
pass
Download raw message
Patch: +1 -1
---
Fixes build issues like himitsu-firefox: https://builds.sr.ht/~sircmpwn/job/1277921#task-himitsu

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

diff --git a/Makefile b/Makefile
index b972d4f..daaad4f 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ himitsu.7: docs/himitsu.7.scd
clean:
	rm -f himitsud himitsu-store hiq hiprompt-tty $(DOCS)

install:
install: $(CMDS) $(DOCS)
	mkdir -p $(DESTDIR)$(PREFIX)/bin
	mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/himitsu/client
	mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/himitsu/query
-- 
2.45.2
Details
Message ID
<D2RZTH0CJNG8.2QIMESYL79YF4@strohwolke.at>
In-Reply-To
<20240717101035.18237-1-kurth4cker@gmail.com> (view parent)
DKIM signature
pass
Download raw message
Thanks!

To https://git.sr.ht/~sircmpwn/himitsu
   c657d70..6becc84  master -> master
Reply to thread Export thread (mbox)