mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
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:
parent
c89c2823e5
commit
2bf49af85a
@ -125,7 +125,7 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
cd build &&
|
||||
|
||||
meson setup --prefix=/usr --buildtype=release &&
|
||||
ninja</userinput></screen>
|
||||
|
@ -126,7 +126,7 @@
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir bld &&
|
||||
cd bld &&
|
||||
cd bld &&
|
||||
|
||||
meson setup --prefix=/usr \
|
||||
--buildtype=release \
|
||||
|
Loading…
Reference in New Issue
Block a user