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