]> sourceware.org Git - debugedit.git/commit
find-debuginfo: Prefix install_dir to PATH
authorMark Wielaard <mark@klomp.org>
Thu, 29 Jun 2023 12:26:39 +0000 (14:26 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 30 Jun 2023 22:03:47 +0000 (00:03 +0200)
commit3185b88a46e46a87a2001173f369bc5fa4d30dfc
treea213811aa14fbe69d942c282fb79fa34723c2f94
parent41fc1335b8b364c95a8ee2ed2956bbdfe7957853
find-debuginfo: Prefix install_dir to PATH

Some distros install a symlink to find-debuginfo[.sh] under the
old /usr/lib/rpm/ path. But don't have symlinks there for other
helper tools like debugedit and sepdebugcrcfix. So those tools
are then not under the install_dir as find-debuginfo calculates
it. So instead of invoking those helper tools with a full install
dir path, prefix the install dir to the PATH so the tools can be
found there (or anywhere else on the PATH).

Signed-off-by: Mark Wielaard <mark@klomp.org>
scripts/find-debuginfo.in
This page took 0.024216 seconds and 5 git commands to generate.