Changeset 2882861 for chapter08/udev.xml


Ignore:
Timestamp:
08/08/2023 03:16:54 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
8a243b5e
Parents:
428ca6c (diff), 9cca53d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/loongarch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/udev.xml

    r428ca6c r2882861  
    129129install -vm755 udevadm                     /usr/bin/
    130130install -vm755 systemd-hwdb                /usr/bin/udev-hwdb
    131 ln      -sv    ../bin/udevadm              /usr/sbin/udevd
     131ln      -svfn  ../bin/udevadm              /usr/sbin/udevd
    132132cp      -av    libudev.so{,*[0-9]}         /usr/lib/
    133133install -vm644 ../src/libudev/libudev.h    /usr/include/
     
    149149    <!-- Please make sure systemd man pages tarball has a common leading
    150150         component in the path.  -->
    151 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-253.tar.xz --strip-components=1       \
     151<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz                            \
     152    --no-same-owner --strip-components=1                              \
    152153    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
    153154                                  '*/systemd-'{hwdb,udevd.service}.8
    154 sed 's/systemd\(\\\?-\)/udev-/' /usr/share/man/man8/systemd-hwdb.8    \
    155                               > /usr/share/man/man8/udev-hwdb.8
     155sed 's/systemd\(\\\?-\)/udev\1/' /usr/share/man/man8/systemd-hwdb.8   \
     156                               > /usr/share/man/man8/udev-hwdb.8
    156157sed 's|lib.*udevd|sbin/udevd|'                                        \
    157158    /usr/share/man/man8/systemd-udevd.service.8                       \
Note: See TracChangeset for help on using the changeset viewer.