Usually DESTDIR correspond to the directory holding /bin. Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> --- patches/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/Makefile b/patches/Makefile index 6fcea6a..5aa70e2 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 -- 2.41.0 _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
