diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-17 18:20:29 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 11:26:22 +0200 |
commit | d0e371f474627c878c179dc62610cb0437ae193b (patch) | |
tree | 580f2efb7512597d9c32e115e821bff2f5fb6bfc /utils/searx.sh | |
parent | 720d0d48ad2e36f08debc815f6be2d53e4767a8d (diff) | |
download | searxng-d0e371f474627c878c179dc62610cb0437ae193b.tar.gz searxng-d0e371f474627c878c179dc62610cb0437ae193b.zip |
[mod] replace makefile boilerplate by 'manage' script
Replaces the make targets with the bash scripts
Signed-off-by: Markus Heiser <markus@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
-rwxr-xr-x | utils/searx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 578438698..2d2358344 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -481,7 +481,7 @@ pyenv_is_available() { create_pyenv() { rst_title "Create virtualenv (python)" section echo - if [[ ! -f "${SEARX_SRC}/manage.sh" ]]; then + if [[ ! -f "${SEARX_SRC}/manage" ]]; then err_msg "to create pyenv for searx, searx has to be cloned first" return 42 fi |