From 002501d0399f31f06f20239df22266f90af25b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Fri, 19 Feb 2021 08:33:29 +0000 Subject: pkgtool.sh:pkgtoolp_mirror_fetch(): don't fail given skipped package w/ no URLs. --- pkgtool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgtool.sh') diff --git a/pkgtool.sh b/pkgtool.sh index e2328244..cf01ba3f 100755 --- a/pkgtool.sh +++ b/pkgtool.sh @@ -111,7 +111,7 @@ pkgtoolp_mirror_fetch() { fi; fi; else - _rc=1; rtl_log_msg warning "Package \`%s' has neither archive nor Git URL(s), skipping." "${_pkg_name}"; + _rc=0; rtl_log_msg warning "Package \`%s' has neither archive nor Git URL(s), skipping." "${_pkg_name}"; fi; fi; return "${_rc}"; }; -- cgit v1.2.3