diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:52:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 03:52:36 +0000 |
commit | 73fcfd4b13d862fd05321b4fbe32ec52330fc936 (patch) | |
tree | 480aaca6aeb1d119745379e839360f8d5126136e /debian/extra/initramfs-tools/hooks | |
parent | Merging upstream version 256. (diff) | |
download | systemd-73fcfd4b13d862fd05321b4fbe32ec52330fc936.tar.xz systemd-73fcfd4b13d862fd05321b4fbe32ec52330fc936.zip |
Merging debian version 256-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/extra/initramfs-tools/hooks')
-rwxr-xr-x | debian/extra/initramfs-tools/hooks/udev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/extra/initramfs-tools/hooks/udev b/debian/extra/initramfs-tools/hooks/udev index d45a287..2ad482a 100755 --- a/debian/extra/initramfs-tools/hooks/udev +++ b/debian/extra/initramfs-tools/hooks/udev @@ -17,7 +17,7 @@ mkdir -p "$DESTDIR/usr/lib/systemd" copy_exec /usr/lib/systemd/systemd-udevd /usr/lib/systemd copy_exec /usr/bin/udevadm /usr/bin # libkmod is loaded via dlopen() since v256 so pull it in manually -for library in usr/lib/*/libkmod.so.*; do +for library in /usr/lib/*/libkmod.so.*; do if [ -f "${library}" ]; then copy_exec "${library}" fi |