3d6d710fa1
Update to version 2.2.4, Spec file updates, Rebased figlet-config.patch to apply cleanly, Removed figlet-random.patch and figlet-implicit.patch (fixed upstream) OBS-URL: https://build.opensuse.org/request/show/76334 OBS-URL: https://build.opensuse.org/package/show/Base:System/figlet?expand=0&rev=6
19 lines
474 B
Diff
19 lines
474 B
Diff
--- Makefile.orig 2011-01-26 12:36:21.000000000 +0200
|
|
+++ Makefile 2011-07-16 17:30:18.210000038 +0300
|
|
@@ -29,13 +29,13 @@
|
|
XCFLAGS = -DTLF_FONTS
|
|
|
|
# Where to install files
|
|
-prefix = /usr/local
|
|
+prefix = /usr
|
|
|
|
# Where the executables should be put
|
|
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
|