]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(resolve-deps): check the existing file—not the source
authorFrederick Grose <fgrose@sugarlabs.org>
Sun, 21 May 2023 22:05:12 +0000 (18:05 -0400)
committerAntonio Álvarez Feijoo <antonio.feijoo@suse.com>
Tue, 6 Jun 2023 06:51:58 +0000 (08:51 +0200)
commit5ac581ef66dd8f1939e771419824137aebbc8f66
tree9556b9030103f1f6d178f4a80c67f9d319f3ad18
parent07af8d58745a121052cab49c70a476f02996da1e
fix(resolve-deps): check the existing file—not the source

Check for dependencies on the file actually installed, otherwise,
such as when the shebang is a link not equal to the initramfs link,
the wrong file may be tested.
src/install/dracut-install.c