~sircmpwn/himitsu-devel

himitsu: Makefile: add CMDS and DOCS to install dependency v1 APPLIED

kurth4cker: 1
 Makefile: add CMDS and DOCS to install dependency

 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/~sircmpwn/himitsu-devel/patches/53937/mbox | git am -3
Learn more about email & git

[PATCH himitsu] Makefile: add CMDS and DOCS to install dependency Export this patch

---
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
Thanks!

To https://git.sr.ht/~sircmpwn/himitsu
   c657d70..6becc84  master -> master