diff --git a/misc/tools.func b/misc/tools.func index 6014c0d5..7c7e5492 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -1434,7 +1434,9 @@ function setup_gs() { rm -rf "$TMP_DIR" } $STD apt-get install -y build-essential libpng-dev zlib1g-dev - $STD ./configure >/dev/null && $STD make && $STD sudo make install + $STD ./configure >/dev/null + $STD make + $STD sudo make install local EXIT_CODE=$? hash -r if [[ ! -x "$(command -v gs)" ]]; then