File: makefile_set_debian_paths.patch

package info (click to toggle)
figlet 2.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,536 kB
  • ctags: 397
  • sloc: ansic: 3,611; sh: 174; makefile: 80; lisp: 37
file content (22 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: Set the appropriate Debian paths in Makefile
Author: Jonathan McCrohan <jmccrohan@gmail.com>
Date: Mon, 28 May 2012 00:37:27 +0100
---
--- figlet-2.2.4.orig/Makefile
+++ figlet-2.2.4/Makefile
@@ -30,13 +30,13 @@ LDFLAGS = $(shell dpkg-buildflags --get
 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