13 lines
427 B
Diff
13 lines
427 B
Diff
diff -urN figlet-2.2.5/Makefile figlet-2.2.5-bak/Makefile
|
|
--- figlet-2.2.5/Makefile 2012-06-01 20:20:17.000000000 +0800
|
|
+++ figlet-2.2.5-bak/Makefile 2020-05-04 00:14:48.315223642 +0800
|
|
@@ -35,7 +35,7 @@
|
|
BINDIR = $(prefix)/bin
|
|
|
|
# Where the man page should be put
|
|
-MANDIR = $(prefix)/man
|
|
+MANDIR = $(prefix)/share/man
|
|
|
|
# Where figlet will search first for fonts (the ".flf" files).
|
|
DEFAULTFONTDIR = $(prefix)/share/figlet
|