diff options
author | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-11-13 16:24:47 +0100 |
---|---|---|
committer | Thomas Trepl <thomas@linuxfromscratch.org> | 2023-11-13 16:24:47 +0100 |
commit | 1780e72d8d14621ffe3aaea89678d2eb93a63bf1 (patch) | |
tree | 6d13075bbecb6408b14bdb110814c9768a8ba3b8 | |
parent | 5196daeb4e36b321e42a8bec8302cad31c6ff690 (diff) |
udev: Fix a small typo in command
-rw-r--r-- | chapter08/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/udev.xml b/chapter08/udev.xml index 3c7d7d25c..5eb719e07 100644 --- a/chapter08/udev.xml +++ b/chapter08/udev.xml @@ -139,7 +139,7 @@ install -vm644 src/libudev/*.pc /usr/lib/pkgconfig/ install -vm644 src/udev/*.pc /usr/share/pkgconfig/ install -vm644 ../src/udev/udev.conf /etc/udev/ install -vm644 rules.d/* ../rules.d/README /usr/lib/udev/rules.d/ -install -vm644 $(echo ../rules.d/*.rules | +install -vm644 $(echo ../rules.d/*.rules | \ sed 's/70-power-switch.rules//') /usr/lib/udev/rules.d/ install -vm644 hwdb.d/* ../hwdb.d/{*.hwdb,README} /usr/lib/udev/hwdb.d/ install -vm755 $(find src/udev -type f \ |