From 0162fc59e947197d5f36b61696f35aef1e554383 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 14:33:23 +0000 Subject: [PATCH] hnb: fix whitespace lints --- srcpkgs/hnb/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hnb/template b/srcpkgs/hnb/template index a207c645ee..c6aef23fc3 100644 --- a/srcpkgs/hnb/template +++ b/srcpkgs/hnb/template @@ -14,7 +14,7 @@ post_extract() { sed -i '/CFLAGS *=/s/$/ $(CCFLAGS)/' src/Makefile src/libcli/Makefile sed -i '/LIBS=/s/$/ $(LDFLAGS)/' src/Makefile } -do_build(){ +do_build() { make -C src ${makejobs} CC="$CC" CCFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" make -C util ${makejobs} CC="$CC" CCFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" }