]> git.pld-linux.org Git - packages/dracut.git/blob - plymouth-libdir.patch
correct bash-completion epoch
[packages/dracut.git] / plymouth-libdir.patch
1 diff -urN dracut-040.orig/modules.d/50plymouth/module-setup.sh dracut-040/modules.d/50plymouth/module-setup.sh
2 --- dracut-040.orig/modules.d/50plymouth/module-setup.sh        2014-10-24 17:41:12.966283303 +0200
3 +++ dracut-040/modules.d/50plymouth/module-setup.sh     2014-10-24 17:42:58.112954942 +0200
4 @@ -13,7 +13,7 @@
5  
6  # called by dracut
7  install() {
8 -    PKGLIBDIR="/usr/lib/plymouth"
9 +    PKGLIBDIR="/usr/@lib@/plymouth"
10      if type -P dpkg-architecture &>/dev/null; then
11          PKGLIBDIR="/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth"
12      fi
This page took 0.091255 seconds and 3 git commands to generate.