Changeset 264a80d for chapter08/udev.xml


Ignore:
Timestamp:
08/03/2023 02:10:11 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:
308ec7a
Parents:
c7c6c154
Message:

udev: Use --no-same-owner for man pages, like systemd

By the way, fix a minor formatting issue in udev-hwdb.8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/udev.xml

    rc7c6c154 r264a80d  
    148148    <!-- Please make sure systemd man pages tarball has a common leading
    149149         component in the path.  -->
    150 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1       \
     150<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz                            \
     151    --no-same-owner --strip-components=1                              \
    151152    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
    152153                                  '*/systemd-'{hwdb,udevd.service}.8
    153 sed 's/systemd\(\\\?-\)/udev-/' /usr/share/man/man8/systemd-hwdb.8    \
    154                               > /usr/share/man/man8/udev-hwdb.8
     154sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8   \
     155                               > /usr/share/man/man8/udev-hwdb.8
    155156sed 's|lib.*udevd|sbin/udevd|'                                        \
    156157    /usr/share/man/man8/systemd-udevd.service.8                       \
Note: See TracChangeset for help on using the changeset viewer.