rng-tools: fix indent lints

This commit is contained in:
Michael Gehring 2017-07-16 15:49:42 +00:00
parent bd6fe8e330
commit f1ac216406
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ do_build() {
;;
*)
LIBS="-lgcrypt"
;;
esac
make CC="$CC" LIBS="$LIBS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"