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

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Mon Nov 9 14:55:08 UTC 2020


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

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



More information about the Replicant mailing list