sres: fix whitespace lints
This commit is contained in:
parent
bed7f63bca
commit
8d4892c838
|
@ -14,9 +14,9 @@ checksum=deb2030a32145984a2a0097a7f6245ab18c907ae233e10e519deccdf008e15e9
|
|||
post_extract() {
|
||||
sed -i '/CFLAGS/s/ =/+=/' Makefile
|
||||
}
|
||||
do_build(){
|
||||
do_build() {
|
||||
make CC="$CC" LDFLAGS="$LDFLAGS" ${makejobs}
|
||||
}
|
||||
post_install(){
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue