From 094bde517e4d8edc7d9b9c09ae170889f20c94ec Mon Sep 17 00:00:00 2001 From: c vw Date: Thu, 22 Jul 2021 19:05:14 +0200 Subject: [PATCH] changed init of DESTDIR variable --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a5fdd19..97c7409 100644 --- a/Makefile +++ b/Makefile @@ -521,9 +521,7 @@ clean: # # If $DESTDIR is set, copy to that directory, otherwise use /usr/local/bin # -ifeq ($(DESTDIR), ) -DESTDIR := /usr/local/bin -endif +DESTDIR?= /usr/local/bin .PHONY: install install: $(PROGRAM) -- 2.45.2