diff options
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 \ |