Skip to content
Snippets Groups Projects
Unverified Commit d12bae1a authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Fix package lists generation


Signed-off-by: default avatarMichal Hrusecky <Michal@Hrusecky.net>
parent 995b5105
No related merge requests found
......@@ -72,7 +72,7 @@ M4ARGS="--include=lists -D _INCLUDE_=lists/ -D _BRANCH_=$BRANCH -D _BOARD_=$BOAR
$MINIMAL && M4ARGS="$M4ARGS -D _BRANCH_FALLBACK_=nightly"
sed -i 's|subdirs = {"base"[}]*}|subdirs = {"core"'"$(
cat "$SRC_DIR"/feeds.conf | sed 's|#.*||' | sed 's|src-git \([^[:blank:]]*\) .*|, "\1"|'
cat "$SRC_DIR"/feeds.conf | sed 's|#.*||' | sed 's|src-git \([^[:blank:]]*\) .*|, "\1"|' | tr '\n' ' '
)}|" "$SRD_DIR/lists/repository.m4"
cd "$SRC_DIR"
......
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