From 4f0692e955ae7f7ef8d102342e20f03e874cf061 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 9 Sep 2023 13:59:40 +0200 Subject: updated changelog and added missing files --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b0ba796..c37fc0b 100755 --- a/configure +++ b/configure @@ -13,7 +13,7 @@ check_command () { check_perl_deps () { for d in "$@" do - echo "Checking for perl module $d ... " + echo -n "Checking for perl module $d ... " if perl -Ilib -e "use $d;" then echo 'found!' else echo 'not available!'; exit 1 @@ -120,7 +120,7 @@ case "$JWM_MAILDIR_EXTRACTOR" in MAILDIR_EXTRACTOR_BIN=script/extract.py ;; (extractrs) - [ -f "$(pwd)/extract/Cargo.toml" ] + [ -f "$(pwd)/extract/Cargo.toml" ] || { echo 'extractrs not available' >&2; exit; } JWM_EXTRACTRS_DIR=extract check_command cargo MAILDIR_EXTRACTOR_BIN=bin/jwebmail-extract -- cgit v1.2.3