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