Changeset 57f1678 for chapter08


Ignore:
Timestamp:
07/29/2023 01:56:55 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
bec5f87
Parents:
7dcd8c7
git-author:
Xi Ruoyao <xry111@…> (07/29/2023 01:53:44 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/29/2023 01:56:55 AM)
Message:

systemd: Add --no-same-owner for man page extraction

Well, I forgot to create the man pages tarball as root, so if we don't
use --no-same-owner the man pages will be owned by UID 1000 :(.

Instead of regenerating the tarball again let's just fix this in the
book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/systemd.xml

    r7dcd8c7 r57f1678  
    193193    <!-- Please make sure systemd man pages tarball has a common leading
    194194         component in the path.  -->
    195 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1 -C /usr/share/man</userinput></screen>
     195<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-version;.tar.xz \
     196    --no-same-owner --strip-components=1   \
     197    -C /usr/share/man</userinput></screen>
    196198
    197199    <para>Create the <filename>/etc/machine-id</filename> file needed by
Note: See TracChangeset for help on using the changeset viewer.