figlet/fix-install-prefix-path.patch
He Rengui 3ae1559b00 The font file should be installed in the /usr/share directory
Signed-off-by: He Rengui <herengui@uniontech.com>
2021-06-16 13:03:01 +08:00

27 lines
634 B
Diff

From d2ad64d909f82a16402d991fbebac3bb798b1f43 Mon Sep 17 00:00:00 2001
From: He Rengui <herengui@uniontech.com>
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 <herengui@uniontech.com>
---
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