[lfs] 04/04: Use -a at copying the systemd binaries to lib{,x}32

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

git pushed a commit to branch multilib
in repository lfs.

commit c74177a2c167d41ac75bf0e77fbb8e0cb6748889
Author: Thomas Trepl <[email protected]>
AuthorDate: Tue Jan 14 09:56:04 2025 +0100

    Use -a at copying the systemd binaries to lib{,x}32
---
 chapter08/systemd.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index 20f5e53ae..8cb06a6bd 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -329,9 +329,9 @@ meson setup ..                       \
                   libsystemd.so*
      Also install pkgconfig files -->
 <screen><userinput remap="install">LANG=en_US.UTF-8 DESTDIR=$PWD/DESTDIR ninja install
-cp -v DESTDIR/usr/lib32/libsystemd.so* /usr/lib32/
-cp -v DESTDIR/usr/lib32/libudev.so* /usr/lib32/
-cp -v DESTDIR/usr/lib32/pkgconfig/* /usr/lib32/pkgconfig/
+cp -av DESTDIR/usr/lib32/libsystemd.so* /usr/lib32/
+cp -av DESTDIR/usr/lib32/libudev.so* /usr/lib32/
+cp -v  DESTDIR/usr/lib32/pkgconfig/* /usr/lib32/pkgconfig/
 rm -rf DESTDIR</userinput></screen>
 
   </sect2><!-- m32 -->
@@ -381,9 +381,9 @@ meson setup ..                       \
     <para>Install the package:</para>
 
 <screen><userinput remap="install">LANG=en_US.UTF-8 DESTDIR=$PWD/DESTDIR ninja install
-cp -v DESTDIR/usr/libx32/libsystemd.so* /usr/libx32/
-cp -v DESTDIR/usr/libx32/libudev.so* /usr/libx32/
-cp -v DESTDIR/usr/libx32/pkgconfig/* /usr/libx32/pkgconfig/
+cp -av DESTDIR/usr/libx32/libsystemd.so* /usr/libx32/
+cp -av DESTDIR/usr/libx32/libudev.so* /usr/libx32/
+cp -v  DESTDIR/usr/libx32/pkgconfig/* /usr/libx32/pkgconfig/
 rm -rf DESTDIR</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
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.