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

@ -21,9 +21,10 @@ do_build() {
case "$XBPS_TARGET_MACHINE" in
*-musl)
LIBS="-largp -lgcrypt"
;;
;;
*)
LIBS="-lgcrypt"
;;
esac
make CC="$CC" LIBS="$LIBS" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"