Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- 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 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
