diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-20 12:54:54 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2020-06-20 12:54:54 +0000 |
commit | 9d8bf7e67ba8f3325578dc26c1bc0f6e72d5e59d (patch) | |
tree | 987f624280999f53c416dc50ed9c28ada62d8916 /chapter07/stripping.xml | |
parent | 9d06e694bed27ce51588c82a6c9dc154970f752f (diff) |
chap7/stripping: when refering $LFS as an envar, use <envar> instead of <filename>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/stripping.xml')
-rw-r--r-- | chapter07/stripping.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/stripping.xml b/chapter07/stripping.xml index 75ac4f48e..97c0e5805 100644 --- a/chapter07/stripping.xml +++ b/chapter07/stripping.xml @@ -155,7 +155,7 @@ tar -cJpf $HOME/lfs-temp-tools-&versiond;.tar.xz .</userinput></screen> Since the sources are located under <filename class="directory">$LFS</filename>, they are included in the backup archive as well, so they do not need to be downloaded again. After - checking that <filename class="directory">$LFS</filename> is set properly, + checking that <envar>$LFS</envar> is set properly, restore the backup by executing the following commands: </para> |