summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index e698217..bc2de0f 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -287,6 +287,8 @@ while read -r package git_revision mod_git_revision repository; do
sed "s|^|${package} |" "${work_dir}/package-infos/${package}.${git_revision}.${mod_git_revision}.builds"
# add "$dependency -> $pkgname" to build-order list
sed "s|\$| ${package}|" "${work_dir}/package-infos/${package}.${git_revision}.${mod_git_revision}.needs"
+ # add "base/base-devel -> $pkgname" to build-order list
+ printf "%s ${package}\n" 'base' 'base-devel'
done \
< "${work_dir}/build-list.new" \
> "${work_dir}/build-order"