From 7e275d7f0ce486153a7c03ff013b3385cf3fcaf1 Mon Sep 17 00:00:00 2001 From: Amos Bird Date: Wed, 5 Jul 2017 04:04:10 +0800 Subject: [PATCH] use /usr/local. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fc90900..73d5b1b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ INSTALL=install -PREFIX=/usr -MANDIR?=/local/man/man1 +PREFIX=/usr/local +MANDIR?=/man/man1 TARGET := xcape