diff options
| -rw-r--r-- | patches/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/Makefile b/patches/Makefile index a22a5fc..64a3f64 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -1,5 +1,6 @@ DESTDIR ?= /usr/local/bin INSTALL ?= install +.PHONY: install install: $(INSTALL) -m 755 replicant_prepare_patch.py -t $(DESTDIR) |
