]> git.pld-linux.org Git - packages/dracut.git/blame - plymouth-libdir.patch
up to 047
[packages/dracut.git] / plymouth-libdir.patch
CommitLineData
736b9048
JP
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
88d9ea83 5
736b9048
JP
6 pkglib_dir() {
7- local _dirs="/usr/lib/plymouth /usr/libexec/plymouth/"
8+ local _dirs="/usr/@lib@/plymouth /usr/libexec/plymouth/"
28328af5 9 if type -P dpkg-architecture &>/dev/null; then
736b9048 10 _dirs+=" /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth"
88d9ea83 11 fi
This page took 0.0923850000000001 seconds and 4 git commands to generate.