From: Apollon Oikonomopoulos <apoikos@gmail.com>
Date: Mon, 9 Jan 2023 21:59:03 +0200
Subject: Specify the installation prefix

Forwarded: not-needed
Last-Update: 2023-01-09
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b63a80c..08f669a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-prefix=/usr/local
+prefix=/usr
 PREFIX=$(prefix)
 BINDIR=$(PREFIX)/bin
 MAN1DIR=$(PREFIX)/share/man/man1
