~chrisppy/public-inbox

hare-scfg: Makefile: use install -D v1 APPLIED

Sertonix: 1
 Makefile: use install -D 

 1 files changed, 1 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/~chrisppy/public-inbox/patches/47367/mbox | git am -3
Learn more about email & git

[PATCH hare-scfg] Makefile: use install -D Export this patch

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

diff --git a/Makefile b/Makefile
index 10c0154..26f16b8 100644
--- a/Makefile
+++ b/Makefile
@@ -25,8 +25,7 @@ clean:
	rm -rf docs

install:
	mkdir -p $(DESTDIR)$(THIRDPARTYDIR)/format/scfg
	install -m644 format/scfg/* $(DESTDIR)$(THIRDPARTYDIR)/format/scfg
	install -Dm644 format/scfg/* $(DESTDIR)$(THIRDPARTYDIR)/format/scfg

uninstall:
	rm -rf $(DESTDIR)$(THIRDPARTYDIR)/format/scfg
-- 
2.43.0
Thanks!

To git@git.sr.ht:~chrisppy/hare-scfg
   ..  master -> master