More "mkdir build && cd build ..." alignment

Fix the misaligned "&&" in gnome-nettool, and also align "mkdir bld &&
cd bld" in libsecret.
This commit is contained in:
Xi Ruoyao 2023-06-11 19:31:57 +08:00
parent c89c2823e5
commit 2bf49af85a
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@
</para> </para>
<screen><userinput>mkdir build &amp;&amp; <screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp; cd build &amp;&amp;
meson setup --prefix=/usr --buildtype=release &amp;&amp; meson setup --prefix=/usr --buildtype=release &amp;&amp;
ninja</userinput></screen> ninja</userinput></screen>

View File

@ -126,7 +126,7 @@
</para> </para>
<screen><userinput>mkdir bld &amp;&amp; <screen><userinput>mkdir bld &amp;&amp;
cd bld &amp;&amp; cd bld &amp;&amp;
meson setup --prefix=/usr \ meson setup --prefix=/usr \
--buildtype=release \ --buildtype=release \