commit: ddf48f45685d05821e9eabca3ed6d19f5b397883
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 31 12:16:45 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 31 12:16:45 2025 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=ddf48f45
estrip: fix typo in debugedit call
This was from a broken rebase.
Fixes: b724e677e39eaa790380a2a13ab264a9b23e2572
Signed-off-by: Sam James <sam <AT> gentoo.org>
bin/estrip | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/estrip b/bin/estrip
index 3b2e4dfc62..590e40f76e 100755
--- a/bin/estrip
+++ b/bin/estrip
@@ -167,7 +167,7 @@ save_elf_debug() {
# bundled libraries.
buildid=$("${name_of[debugedit]}" -i \
-s "${CATEGORY}/${PF}:${SLOT}" \
- "${x}")
+ "${src}")
elif ! contains_word buildid
"${warned_for[debugedit]}"; then
warned_for[debugedit]+=" buildid"
stash_warning <<-'EOF'