rng-tools: fix indent lints
This commit is contained in:
parent
bd6fe8e330
commit
f1ac216406
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue