From 7e18b87707d97423688c623148533d9974868dd9 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Fri, 13 May 2022 20:19:25 -0700 Subject: [PATCH] Fix typo in DESTDIR in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 331dce4..51206a2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all release dev manpages install deb-pkg clean uninstall run run-dialog -DESTDIR ?= = +DESTDIR ?= PREFIX ?= /usr/local BINDIR ?= $(PREFIX)/bin LIBEXECDIR ?= $(PREFIX)/libexec