From: Michael Tremer Date: Sun, 22 Apr 2012 12:19:18 +0000 (+0200) Subject: dracut: The plymouth plugin calls files in /usr/libexec. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a67c5b8b95f1c18623153c1607ca258dc333f26;p=ipfire-3.x.git dracut: The plymouth plugin calls files in /usr/libexec. However, we don't have /usr/libexec and thus are replacing those paths by /usr/lib. --- diff --git a/dracut/dracut.nm b/dracut/dracut.nm index b0a70fd5a..6890ab18e 100644 --- a/dracut/dracut.nm +++ b/dracut/dracut.nm @@ -5,7 +5,7 @@ name = dracut version = 018 -release = 1 +release = 2 arch = noarch groups = System/Boot @@ -29,6 +29,11 @@ build prepare_cmds # Disable dash syntax check as we don't have dash. sed -e "s/dash/true/g" -i Makefile + + # The plymouth plugin contains a lot of hardcoded libexec paths. + # We don't use libexec and so we need to change this. + sed -e "s/libexec/lib/g" -i \ + modules.d/50plymouth/module-setup.sh end dracutlibdir = %{prefix}/lib/dracut