~sircmpwn/himitsu-devel

himitsu: Makefile: fix hiprompt-tty cleaning and uninstallation v2 APPLIED

kurth4cker: 1
 Makefile: fix hiprompt-tty cleaning and uninstallation

 1 files changed, 3 insertions(+), 2 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/50785/mbox | git am -3
Learn more about email & git

[PATCH himitsu v2] Makefile: fix hiprompt-tty cleaning and uninstallation Export this patch

---
Previous patch wrongly cleans himitsu-tty instead of hiprompt-tty. Sorry
for that.

 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fcaf6fe..3db4e87 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ himitsu.7: docs/himitsu.7.scd
	$(SCDOC) <docs/himitsu.7.scd >$@

clean:
	rm -f himitsud himitsu-store hiq $(DOCS)
	rm -f himitsud himitsu-store hiq hiprompt-tty $(DOCS)

install:
	mkdir -p $(DESTDIR)$(PREFIX)/bin
@@ -85,7 +85,8 @@ install:
uninstall:
	rm -f $(DESTDIR)$(PREFIX)/bin/himitsud \
	      $(DESTDIR)$(PREFIX)/bin/himitsu-store \
	      $(DESTDIR)$(PREFIX)/bin/hiq
	      $(DESTDIR)$(PREFIX)/bin/hiq \
	      $(DESTDIR)$(PREFIX)/bin/hiprompt-tty
	rm -rf $(DESTDIR)$(THIRDPARTYDIR)/himitsu

.PHONY: all himitsud himitsu-store hiprompt-tty hiq check clean install uninstall docs
-- 
2.44.0
np. Thanks!

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