summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 4320c9f..d5e0657 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -207,6 +207,7 @@ while [ ${count} -ne 0 ]; do
)"
git_repo="$(find_git_repository_to_package_repository "${repository}")"
if wget -nc -nd "https://sources.archlinux.org/sources/${git_repo}/${source_name}"; then
+ # TODO: somehow the build environment does not see the sources - we need to change that!
tar -xz --overwrite -f "${source_name}"
fi
done