From ce2c730d5b399ea6e75e8cac6d67cbdca14c6f7e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 10 Dec 2019 22:43:13 +0000 Subject: [PATCH] Fix meson sed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11709 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/meson.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter06/meson.xml b/chapter06/meson.xml index db3d67afc..5a8779a91 100644 --- a/chapter06/meson.xml +++ b/chapter06/meson.xml @@ -42,7 +42,7 @@ Apply a fix from upstream to fix a regression: -sed -i "s@isfile(f)@& and not f.startswith('/dev')@" mesonbuild/interpreter.py +sed -i "s@isfile(a)@& and not a.startswith('/dev')@" mesonbuild/interpreter.py Compile Meson with the following command: