diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-09 13:59:40 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2023-09-09 13:59:40 +0200 |
commit | 4f0692e955ae7f7ef8d102342e20f03e874cf061 (patch) | |
tree | e5c8c0572b944bd2cff67f7bf3d4d617cfc3983f /configure | |
parent | 60b340f898db847ab6e72ed70de6c3a81314570b (diff) |
updated changelog and added missing files
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |