[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