sres: fix whitespace lints

This commit is contained in:
Michael Gehring 2017-07-16 15:59:24 +00:00
parent bed7f63bca
commit 8d4892c838
1 changed files with 2 additions and 2 deletions

View File

@ -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
}