[blfs] branch trunk updated: lcms2: fix build instruction

"Git Owner" ([email protected] via blfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.beyond.book
Message-ID <177824527018.17056.11886392555724168792@rivendell.linuxfromscratch.org>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository blfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new 82415be185 lcms2: fix build instruction
82415be185 is described below

commit 82415be1856926b7f973d224ae7131e8ee54852d
Author: Xi Ruoyao <[email protected]>
AuthorDate: Fri May 8 21:00:45 2026 +0800

    lcms2: fix build instruction
    
    What was I doing?!
---
 general/graphlib/lcms2.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/general/graphlib/lcms2.xml b/general/graphlib/lcms2.xml
index 0a778b4b0f..b25c16c94b 100644
--- a/general/graphlib/lcms2.xml
+++ b/general/graphlib/lcms2.xml
@@ -86,7 +86,10 @@
       commands:
     </para>
 
-<screen><userinput>meson setup --prefix=/usr --buildtype=release
+<screen><userinput>mkdir build &amp;&amp;
+cd    build &amp;&amp;
+
+meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
 ninja</userinput></screen>
 
     <para>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/blfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.