mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Remove extra empty line at tar commands
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
77d2cd8d43
commit
aea20b5b0f
@ -131,12 +131,10 @@ strip --strip-unneeded $LFS/tools/bin/*</userinput></screen>
|
||||
</para>
|
||||
|
||||
<screen role="nodump" revision="sysv"><userinput>cd $LFS &&
|
||||
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 &&
|
||||
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 &&
|
||||
rm -rf ./* &&
|
||||
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 &&
|
||||
rm -rf ./* &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user