mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +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
|
if [ -n "$_yaml_out" ]; then
|
||||||
$mkimage_yaml --release $RELEASE \
|
$mkimage_yaml --release $RELEASE \
|
||||||
|
--title "$title" \
|
||||||
|
--desc "$desc" \
|
||||||
"$output_file" >> "$_yaml_out"
|
"$output_file" >> "$_yaml_out"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user