mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
tcl: Remove trailing space in command
It causes unnecessary trouble to translations because translating softwares do not ignore trailing space in <userinput>s.
This commit is contained in:
parent
fc3eddd130
commit
ae191ad78e
@ -75,7 +75,7 @@ cd unix
|
|||||||
|
|
||||||
<para>Build the package:</para>
|
<para>Build the package:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make
|
<screen><userinput remap="make">make
|
||||||
|
|
||||||
sed -e "s|$SRCDIR/unix|/usr/lib|" \
|
sed -e "s|$SRCDIR/unix|/usr/lib|" \
|
||||||
-e "s|$SRCDIR|/usr/include|" \
|
-e "s|$SRCDIR|/usr/include|" \
|
||||||
|
Loading…
Reference in New Issue
Block a user