]> git.pld-linux.org Git - packages/dracut.git/blob - plymouth-libdir.patch
up to 052
[packages/dracut.git] / plymouth-libdir.patch
1 --- dracut-047/modules.d/50plymouth/module-setup.sh.orig        2018-02-19 19:28:23.170948639 +0100
2 +++ dracut-047/modules.d/50plymouth/module-setup.sh     2018-02-19 19:29:29.467174216 +0100
3 @@ -1,7 +1,7 @@
4  #!/bin/bash
5  
6  pkglib_dir() {
7 -    local _dirs="/usr/lib/plymouth /usr/libexec/plymouth/"
8 +    local _dirs="@libexecdir@/plymouth/"
9      if find_binary dpkg-architecture &>/dev/null; then
10          _dirs+=" /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth"
11      fi
This page took 0.048453 seconds and 3 git commands to generate.