]> git.pld-linux.org Git - packages/figlet.git/blob - figlet-makefile.patch
- quote %{__cc}
[packages/figlet.git] / figlet-makefile.patch
1 --- figlet221/Makefile.orig     Sat Jul 13 12:24:16 2002
2 +++ figlet221/Makefile  Mon Feb 24 22:20:00 2003
3 @@ -12,16 +12,16 @@
4  # for changing this is if sh is not in the same place.
5  SHELL = /bin/sh
6  CC = gcc
7 -CFLAGS = -g
8 +CFLAGS= $(OPTFLAGS)
9  
10  # Where the executables should be put
11 -DESTDIR = /usr/local/bin
12 +DESTDIR = /usr/bin
13  
14  # Where the man page should be put
15 -MANDIR = /usr/local/man/man6
16 +MANDIR = /usr/share/man/man6
17  
18  # Where figlet will search first for fonts (the ".flf" files).
19 -DEFAULTFONTDIR = /usr/local/share/figlet
20 +DEFAULTFONTDIR = /usr/share/figlet
21  # Use this definition if you can't put things in /usr/local/share/figlet
22  DEFAULTFONTDIR = fonts
23  
This page took 0.104117 seconds and 3 git commands to generate.