summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/patches/Makefile b/patches/Makefile
index 1179215..7d2bac7 100644
--- a/patches/Makefile
+++ b/patches/Makefile
@@ -1,7 +1,7 @@
-DESTDIR ?= /usr/local/bin
+DESTDIR ?= /usr/local
INSTALL ?= install
.PHONY: install
install:
- $(INSTALL) -D $(DESTDIR)
- $(INSTALL) -m 755 replicant_prepare_patch.py -t $(DESTDIR)
+ $(INSTALL) -D $(DESTDIR)/bin
+ $(INSTALL) -m 755 replicant_prepare_patch.py -t $(DESTDIR)/bin