From 8836e6026ab78f44476a8ed005836db507224253 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 3 Jan 2003 03:27:03 +0000 Subject: 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 --- chapter06/gawk-inst.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chapter06') 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 @@ This package requires its patch to be applied before you can install it. -Warning: do NOT run make uninstall on this -package if you apply the patch to change the -libexec directory definition. The -uninstall rule in the Makefile -file runs a command like rm -rf -<libexecdir>/* Since we change the libexec directory to /usr/bin it'll run rm -rf -/usr/bin/* - Install Gawk by running the following commands: patch -Np1 -i ../gawk-&gawk-patch-version;.patch && -- cgit v1.2.3-54-g00ecf