From aea20b5b0fbdafafaa8da6cec08a8bf257b52e8d Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sat, 13 Jun 2020 15:32:19 +0000 Subject: Remove extra empty line at tar commands git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11935 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/stripping.xml | 12 ++++-------- 1 file 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/* cd $LFS && -tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz . - +tar -cJpf $HOME/lfs-temp-tools-&version;.tar.xz . cd $LFS && -tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . - +tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . Replace $HOME by a directory of your choice if you @@ -156,13 +154,11 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz . cd $LFS && rm -rf ./* && -tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz - +tar -xpf $HOME/lfs-temp-tools-&version;.tar.xz cd $LFS && rm -rf ./* && -tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz - +tar -xpf $HOME/lfs-temp-tools-&versiond;.tar.xz Again, double check that the environment has been setup properly -- cgit v1.2.3-54-g00ecf