aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/stripping.xml
diff options
context:
space:
mode:
authorThomas Trepl <thomas@linuxfromscratch.org>2020-06-13 15:32:19 +0000
committerThomas Trepl <thomas@linuxfromscratch.org>2020-06-13 15:32:19 +0000
commitaea20b5b0fbdafafaa8da6cec08a8bf257b52e8d (patch)
tree27d693bbad2d04aa9468037fb7cb94138c87231e /chapter07/stripping.xml
parent77d2cd8d437a6ba11e13ac0af109a887582e988b (diff)
Remove extra empty line at tar commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/stripping.xml')
-rw-r--r--chapter07/stripping.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml
index 1b846f195..431affdc3 100644
--- a/chapter07/stripping.xml
+++ b/chapter07/stripping.xml
@@ -131,12 +131,10 @@ strip --strip-unneeded $LFS/tools/bin/*</userinput></screen>
</para>
<screen role="nodump" revision="sysv"><userinput>cd $LFS &amp;&amp;
-tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .
-</userinput></screen>
+tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen>
<screen role="nodump" revision="systemd"><userinput>cd $LFS &amp;&amp;
-tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
-</userinput></screen>
+tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>
<para>
Replace <envar>$HOME</envar> by a directory of your choice if you
@@ -156,13 +154,11 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
<screen role="nodump" revision="sysv"><userinput>cd $LFS &amp;&amp;
rm -rf ./* &amp;&amp;
-tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz
-</userinput></screen>
+tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</userinput></screen>
<screen role="nodump" revision="systemd"><userinput>cd $LFS &amp;&amp;
rm -rf ./* &amp;&amp;
-tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz
-</userinput></screen>
+tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</userinput></screen>
<para>
Again, double check that the environment has been setup properly