diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-03 03:27:03 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-03 03:27:03 +0000 |
commit | 8836e6026ab78f44476a8ed005836db507224253 (patch) | |
tree | d2573aca76c41eb9000adc14ca49c11163692b3f /chapter06 | |
parent | 72bab458dda2564ba3718a04b5ba6e9784c2da97 (diff) |
fixed the gawk patch - make uninstall won't wipe out /usr/bin anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2275 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gawk-inst.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/gawk-inst.xml b/chapter06/gawk-inst.xml index ceaedc8ef..7bb1ebe05 100644 --- a/chapter06/gawk-inst.xml +++ b/chapter06/gawk-inst.xml @@ -4,16 +4,6 @@ <para>This package requires its patch to be applied before you can install it.</para> -<para>Warning: do NOT run <userinput>make uninstall</userinput> on this -package if you apply the patch to change the -<filename class="directory">libexec</filename> directory definition. The -<emphasis>uninstall</emphasis> rule in the <filename>Makefile</filename> -file runs a command like <userinput>rm -rf -<libexecdir>/*</userinput> Since we change the <filename -class="directory">libexec</filename> directory to <filename -class="directory">/usr/bin</filename> it'll run <userinput>rm -rf -/usr/bin/*</userinput></para> - <para>Install Gawk by running the following commands:</para> <para><screen><userinput>patch -Np1 -i ../gawk-&gawk-patch-version;.patch && |