[lfs] branch multilib updated: *-ML: Some fix-ups.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <177197075485.11252.12961594979750349063@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch multilib
in repository lfs.
The following commit(s) were added to refs/heads/multilib by this push:
new be73153bf *-ML: Some fix-ups.
be73153bf is described below
commit be73153bf49361372462f362cb31d15a57537ff2
Author: Zeckmathederg <[email protected]>
AuthorDate: Tue Feb 24 15:08:07 2026 -0700
*-ML: Some fix-ups.
---
chapter08/meson.xml | 4 ++--
chapter08/udev.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/chapter08/meson.xml b/chapter08/meson.xml
index d981b4188..14f8fce90 100644
--- a/chapter08/meson.xml
+++ b/chapter08/meson.xml
@@ -110,7 +110,7 @@ cups-config = 'cups-config'
llvm-config = 'llvm-config'
exe_wrapper = ''
-[paths]
+[built-in options]
libdir = 'lib32'
[properties]
@@ -142,7 +142,7 @@ cups-config = 'cups-config'
llvm-config = 'llvm-config'
exe_wrapper = ''
-[paths]
+[built-in options]
libdir = 'libx32'
[properties]
diff --git a/chapter08/udev.xml b/chapter08/udev.xml
index 74db929a7..adf4829dd 100644
--- a/chapter08/udev.xml
+++ b/chapter08/udev.xml
@@ -233,7 +233,7 @@ meson setup --prefix=/usr \
<screen><userinput remap="install">mkdir -pv /usr/lib32/pkgconfig
cp -av libudev.so{,*[0-9]} /usr/lib32/
-sed -e "s;/usr/lib;&32;g" src/libudev/libudev.pc > /usr/lib32/pkgconfig/libudev.pc</userinput></screen>
+cp src/libudev/libudev.pc /usr/lib32/pkgconfig/</userinput></screen>
</sect2><!-- m32 -->
@@ -269,7 +269,7 @@ meson setup --prefix=/usr \
<screen><userinput remap="install">mkdir -pv /usr/libx32/pkgconfig
cp -av libudev.so{,*[0-9]} /usr/libx32/
-sed -e "s;/usr/lib;&x32;g" src/libudev/libudev.pc > /usr/libx32/pkgconfig/libudev.pc</userinput></screen>
+cp src/libudev/libudev.pc /usr/libx32/pkgconfig/</userinput></screen>
</sect2><!-- mx32 -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page