[Replicant] [replicant-scripts][PATCH] replicant_prepare_patch.py: Add Makefile for easy installation

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Tue Feb 23 14:21:26 UTC 2021


Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at cyberdimension.org>
---
 patches/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 patches/Makefile

diff --git a/patches/Makefile b/patches/Makefile
new file mode 100644
index 0000000..64a3f64
--- /dev/null
+++ b/patches/Makefile
@@ -0,0 +1,6 @@
+DESTDIR ?= /usr/local/bin
+INSTALL ?= install
+
+.PHONY: install
+install:
+	$(INSTALL) -m 755 replicant_prepare_patch.py -t $(DESTDIR)
-- 
2.30.1



More information about the Replicant mailing list