From 4374a259097ae45f39e8171d6f065ef3cac9c860 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 28 Dec 2024 19:23:30 +0100 Subject: [PATCH] Update build.func --- misc/build.func | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 10b7216d..fa2dc069 100644 --- a/misc/build.func +++ b/misc/build.func @@ -173,7 +173,8 @@ header_info() { tar -xf "$temp_dir/figlet.tar.xz" -C "$temp_dir" cd "$temp_dir" || exit 1 - make &> /dev/null + make # Remove the redirection to see errors + if [ $? -eq 0 ]; then mv "$temp_dir/figlet" /usr/local/bin/ chmod +x /usr/local/bin/figlet