diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:54:13 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2021-09-15 09:54:13 +0200 |
commit | b8a98a0e251d5a9a05e904b69c6ebf7ab3840b96 (patch) | |
tree | e70d09394cfc3f5eac714847b1b2439de8b0c116 /chapter07 | |
parent | 9af096edf5256490c71e1350bef6ffea418b0811 (diff) |
Remove eol spaces not caught by merge
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/cleanup.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/cleanup.xml b/chapter07/cleanup.xml index c50c65f06..ad5d96992 100644 --- a/chapter07/cleanup.xml +++ b/chapter07/cleanup.xml @@ -127,7 +127,7 @@ umount $LFS/{sys,proc,run,dev}</userinput></screen> </para> </note> -<screen role="nodump"><userinput>cd $LFS +<screen role="nodump"><userinput>cd $LFS tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen> </sect2> @@ -154,8 +154,8 @@ tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz .</userinput></screen> environment variable is not set for the root user, it will destroy your entire host system. YOU ARE WARNED.</para></warning> -<screen role="nodump"><computeroutput>cd $LFS -rm -rf ./* +<screen role="nodump"><computeroutput>cd $LFS +rm -rf ./* tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz</computeroutput></screen> <para> |