From 9e2756e7423cee9237ed22b4f977dea7f4dcdf0e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 8 Oct 2018 10:36:58 +0200 Subject: lib/common-functions: download_sources_by_hash() should not check out the source directory again --- bin/build-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index 228f45f..b4b5dcd 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -405,7 +405,7 @@ while [ "${count}" -ne 0 ] && \ continue fi # download it from sources.archlinux32.org by its hash - if ! download_sources_by_hash "${package}" "${repository}" "${git_revision}" "${mod_git_revision}"; then + if ! download_sources_by_hash; then # we can't improve anything, if no source was downloadable continue fi -- cgit v1.2.3-54-g00ecf