From d2ad64d909f82a16402d991fbebac3bb798b1f43 Mon Sep 17 00:00:00 2001 From: He Rengui Date: Wed, 16 Jun 2021 11:27:59 +0800 Subject: [PATCH] The font file should be installed in the /usr/share directory Signed-off-by: He Rengui --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79768e9..1974443 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ LDFLAGS = XCFLAGS = -DTLF_FONTS # Where to install files -prefix = /usr/local +prefix = /usr # Where the executables should be put BINDIR = $(prefix)/bin -- 2.20.1