mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
xbps-src: indent enabled build options correctly too.
This commit is contained in:
parent
7d4ba8fe11
commit
cc45da3f6d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ show_pkg_build_options() {
|
||||||
if [[ ${f:0:1} == '~' ]]; then
|
if [[ ${f:0:1} == '~' ]]; then
|
||||||
echo " $opt: $desc (OFF)"
|
echo " $opt: $desc (OFF)"
|
||||||
else
|
else
|
||||||
printf " "
|
printf " "
|
||||||
msg_normal_append "$opt: "
|
msg_normal_append "$opt: "
|
||||||
printf "$desc (ON)\n"
|
printf "$desc (ON)\n"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue