From f1ac216406c443256049be1b846c15ed4f9d165b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 15:49:42 +0000 Subject: [PATCH] rng-tools: fix indent lints --- srcpkgs/rng-tools/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/rng-tools/template b/srcpkgs/rng-tools/template index 6e1e6330aa7..d5a1a68eb29 100644 --- a/srcpkgs/rng-tools/template +++ b/srcpkgs/rng-tools/template @@ -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"