diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-05 22:35:33 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-05 22:35:33 +0000 |
commit | 1a71dc7d0bb4ef640e3b33dc69b09797f33167e2 (patch) | |
tree | 4672cee13f207caea0eba377dcfc0b0b66b1a7f7 /chapter05/shellutils-exp.xml | |
parent | a8fd7985d843d6547b67c98d9341302f12aca60a (diff) |
[Bug 162]: Move patch commands for gzip and sh-utils in ch5 out of main text
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/shellutils-exp.xml')
-rw-r--r-- | chapter05/shellutils-exp.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter05/shellutils-exp.xml b/chapter05/shellutils-exp.xml deleted file mode 100644 index 517a12acd..000000000 --- a/chapter05/shellutils-exp.xml +++ /dev/null @@ -1,11 +0,0 @@ -<sect2> -<title>Command explanations</title> - -<para><userinput>patch -Np1 -i -../sh-utils-&sh-utils-version;.patch</userinput>This -patch is needed to avoid a conflict of variable names with certain Glibc -verions (depending on the way your distributio has patched Glibc) when -compiling sh-utils statically.</para> - -</sect2> - |