summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
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