From 69a61ce3339f644788a431e2e71823776a1c3956 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 20 Sep 2020 11:11:14 +0200 Subject: [PATCH] [fix] remove doc-build for centos-7 from './utils/searx.sh doc' Since there is no centos-7 documentation 'searx.sh doc' produce an error message:: ERROR: centos-: uWSGI not yet implemented Signed-off-by: Markus Heiser --- utils/searx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/searx.sh b/utils/searx.sh index a56fdac6..386b2861 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -826,7 +826,7 @@ rst-doc() { # I use ubuntu-20.04 here to demonstrate that versions are also suported, # normaly debian-* and ubuntu-* are most the same. - for DIST_NAME in ubuntu-20.04 arch fedora centos; do + for DIST_NAME in ubuntu-20.04 arch fedora; do ( DIST_ID=${DIST_NAME%-*} DIST_VERS=${DIST_NAME#*-}