binutils: fix a typo

This commit is contained in:
Xi Ruoyao 2022-09-15 11:32:32 +08:00
parent b17680d8ea
commit 78817e1b26
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -174,7 +174,7 @@ cd build</userinput></screen>
<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
<para>Remove useless static libraries and an emptmy man page:</para>
<para>Remove useless static libraries and an empty man page:</para>
<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a
rm -fv /usr/share/man/man1/gprofng.1</userinput></screen>