mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
scripts/mkimage: set title and desc in yaml
This commit is contained in:
parent
21c35028cd
commit
b548980768
@ -183,6 +183,8 @@ build_profile() {
|
||||
|
||||
if [ -n "$_yaml_out" ]; then
|
||||
$mkimage_yaml --release $RELEASE \
|
||||
--title "$title" \
|
||||
--desc "$desc" \
|
||||
"$output_file" >> "$_yaml_out"
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user