]> git.pld-linux.org Git - packages/dracut.git/blobdiff - plymouth-libdir.patch
up to 047
[packages/dracut.git] / plymouth-libdir.patch
index dbec4ac21482b4a6744ba51f7b622832a5437ac3..5542fe2fa1a78e21a8215ad64362640245a15545 100644 (file)
@@ -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
This page took 0.106098 seconds and 4 git commands to generate.