diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-07-02 21:32:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-07-02 21:32:38 +0000 |
commit | e75920e3741840699be01be4fb7bd0f78e06c915 (patch) | |
tree | 28f56a1fe6ec54d31b0a029f8303c4f71ab00f46 /chapter06 | |
parent | 3b7754658f7a4e09c4b6966cb6e1f97b3bb026cb (diff) |
Fix the test procedure in attr.
Update to grep-3.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/attr.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 65d509f9a..1497ebfdb 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -51,6 +51,10 @@ <screen><userinput remap="pre">sed -i -e "/SUBDIRS/s|man[25]||g" man/Makefile</userinput></screen> + <para>Fix a problem in the test procedures caused by changes in perl-5.26:</para> + +<screen><userinput remap="pre">sed -i 's:{(:\\{(:' test/run</userinput></screen> + <para>Prepare Attr for compilation:</para> <screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \ |