Skip to content
Snippets Groups Projects
Verified Commit 4c276d2a authored by Karel Koci's avatar Karel Koci :metal:
Browse files

compile_pkgs: fix invalid function call

This was missed in previous commit cd222783
parent 2dc3d3c8
Branches
Tags
2 merge requests!123Turris OS 5.0 (HBK),!104Bugfix/compile pkgs report
......@@ -390,7 +390,7 @@ repatch_feeds() {
_perl ./scripts/feeds clean -a
_perl ./scripts/feeds update -a
_report "Patching feeds"
report "Patching feeds"
for feed in "$src_dir"/patches/*; do
[ -d "$feed" ] || continue
feed_name="$(basename "$feed")"
......@@ -403,7 +403,7 @@ repatch_feeds() {
done
done
_report "Installing feeds packages"
report "Installing feeds packages"
_perl ./scripts/feeds update -a -i
_perl ./scripts/feeds install -a
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment