]> git.pld-linux.org Git - packages/dracut.git/blame - plymouth-libdir.patch
- C plymounth without libexec
[packages/dracut.git] / plymouth-libdir.patch
CommitLineData
28328af5
JP
1diff -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
fd510508 4@@ -13,7 +13,7 @@
88d9ea83 5
28328af5 6 # called by dracut
88d9ea83 7 install() {
28328af5
JP
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"
88d9ea83 12 fi
This page took 0.023646 seconds and 4 git commands to generate.