mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +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>
|
</para>
|
||||||
|
|
||||||
<screen role="nodump" revision="sysv"><userinput>cd $LFS &&
|
<screen role="nodump" revision="sysv"><userinput>cd $LFS &&
|
||||||
tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .
|
tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<screen role="nodump" revision="systemd"><userinput>cd $LFS &&
|
<screen role="nodump" revision="systemd"><userinput>cd $LFS &&
|
||||||
tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .
|
tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Replace <envar>$HOME</envar> by a directory of your choice if you
|
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 &&
|
<screen role="nodump" revision="sysv"><userinput>cd $LFS &&
|
||||||
rm -rf ./* &&
|
rm -rf ./* &&
|
||||||
tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz
|
tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<screen role="nodump" revision="systemd"><userinput>cd $LFS &&
|
<screen role="nodump" revision="systemd"><userinput>cd $LFS &&
|
||||||
rm -rf ./* &&
|
rm -rf ./* &&
|
||||||
tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz
|
tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz</userinput></screen>
|
||||||
</userinput></screen>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Again, double check that the environment has been setup properly
|
Again, double check that the environment has been setup properly
|
||||||
|
Loading…
Reference in New Issue
Block a user