From 90ded985513483e123ad5b836e4307d1a0a4e090 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 25 Oct 2017 15:05:32 +0200 Subject: bin/common-functions: fix typo --- bin/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/common-functions') diff --git a/bin/common-functions b/bin/common-functions index 2e9ab0c..31880ef 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -982,7 +982,7 @@ find_biggest_subset_of_packages() { return 2 fi - if [ ! -s "${all_run_depends}" ]; then + if [ ! -s "${all_builds}" ]; then find "${work_dir}/package-infos/" -maxdepth 1 -name '*.builds' \ -exec sed ' s|^|{} | -- cgit v1.2.3-54-g00ecf