X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=plymouth-libdir.patch;h=5542fe2fa1a78e21a8215ad64362640245a15545;hb=736b9048ed737cdd56a20c84c7ed394396984776;hp=dbec4ac21482b4a6744ba51f7b622832a5437ac3;hpb=719f673ff328094c5afbe19e887950b4e51f23a3;p=packages%2Fdracut.git diff --git a/plymouth-libdir.patch b/plymouth-libdir.patch index dbec4ac..5542fe2 100644 --- a/plymouth-libdir.patch +++ b/plymouth-libdir.patch @@ -1,12 +1,11 @@ -diff -urN dracut-040.orig/modules.d/50plymouth/module-setup.sh dracut-040/modules.d/50plymouth/module-setup.sh ---- dracut-040.orig/modules.d/50plymouth/module-setup.sh 2014-10-24 17:41:12.966283303 +0200 -+++ dracut-040/modules.d/50plymouth/module-setup.sh 2014-10-24 17:42:58.112954942 +0200 -@@ -13,7 +13,7 @@ +--- dracut-047/modules.d/50plymouth/module-setup.sh.orig 2018-02-19 19:28:23.170948639 +0100 ++++ dracut-047/modules.d/50plymouth/module-setup.sh 2018-02-19 19:29:29.467174216 +0100 +@@ -1,7 +1,7 @@ + #!/bin/bash - # called by dracut - install() { -- PKGLIBDIR="/usr/lib/plymouth" -+ PKGLIBDIR="/usr/@lib@/plymouth" + pkglib_dir() { +- local _dirs="/usr/lib/plymouth /usr/libexec/plymouth/" ++ local _dirs="/usr/@lib@/plymouth /usr/libexec/plymouth/" if type -P dpkg-architecture &>/dev/null; then - PKGLIBDIR="/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth" + _dirs+=" /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth" fi