figlet: typo.
This commit is contained in:
parent
c03171b3de
commit
40a2f77565
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'figlet'
|
||||
pkgname=figlet
|
||||
version=2.2.5
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
||||
short_desc="Program for making large letters out of ordinary text"
|
||||
|
@ -16,7 +16,7 @@ post_extract() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CLFAGS" LDFLAGS="$LDFLAGS" prefix=/usr
|
||||
make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" prefix=/usr
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue