From cf928f3b9b123cf8530114643d648a16e6d1941d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 5 Aug 2021 10:15:12 +0300 Subject: [PATCH] meta: fix makefile, closes #1858 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4adbd5f6..2b41f34f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PREFIX ?= /usr -MANDIR ?= $(PREFIX)/share/man +PREFIX = /usr +MANDIR = $(PREFIX)/share/man all: @echo Run \'make install\' to install Neofetch.