signify: needs a whitespace in CFLAGS.
This commit is contained in:
parent
b4a7469b91
commit
6e8eacdaae
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ wrksrc="${_pkgname}-${version}"
|
|||
|
||||
pre_build() {
|
||||
sed -i 's|^mandir=${prefix}/man|mandir=${prefix}/share/man|g' Makefile
|
||||
sed -i "s|^CC=gcc|CC=$CC|g;s|CFLAGS=|CFLAGS=$CFLAGS|g" Makefile
|
||||
sed -i "s|^CC=gcc|CC=$CC|g;s|CFLAGS=|CFLAGS=$CFLAGS |g" Makefile
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue