From: Jan Rękorajski Date: Sat, 10 Mar 2018 12:19:18 +0000 (+0100) Subject: - fix plymouth's libdir/libexecdir confusion once and for all X-Git-Tag: auto/th/dracut-047-2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fdracut.git;a=commitdiff_plain;h=35b2134 - fix plymouth's libdir/libexecdir confusion once and for all - rel 2 --- diff --git a/dracut.spec b/dracut.spec index d7f9703..f81b6d8 100644 --- a/dracut.spec +++ b/dracut.spec @@ -2,7 +2,7 @@ Summary: Initramfs generator using udev Summary(pl.UTF-8): Generator initramfs wykorzystujący udev Name: dracut Version: 047 -Release: 1 +Release: 2 License: GPL v2+ Group: Base Source0: https://www.kernel.org/pub/linux/utils/boot/dracut/%{name}-%{version}.tar.xz diff --git a/plymouth-libdir.patch b/plymouth-libdir.patch index 5542fe2..b402c21 100644 --- a/plymouth-libdir.patch +++ b/plymouth-libdir.patch @@ -5,7 +5,7 @@ pkglib_dir() { - local _dirs="/usr/lib/plymouth /usr/libexec/plymouth/" -+ local _dirs="/usr/@lib@/plymouth /usr/libexec/plymouth/" ++ local _dirs="/usr/libexec/plymouth/" if type -P dpkg-architecture &>/dev/null; then _dirs+=" /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth" fi