- Add workaround-missing-linked-file.patch (boo#1233368) - Use -p1 with autosetup OBS-URL: https://build.opensuse.org/package/show/Base:System/debugedit?expand=0&rev=12
14 lines
424 B
Diff
14 lines
424 B
Diff
Index: scripts/find-debuginfo.in
|
|
===================================================================
|
|
--- a/scripts/find-debuginfo.in
|
|
+++ b/scripts/find-debuginfo.in
|
|
@@ -407,7 +407,7 @@ debug_link()
|
|
get_debugfn()
|
|
{
|
|
dn=$(dirname "${1#$RPM_BUILD_ROOT}")
|
|
- bn=$(basename "$1" .debug)${unique_debug_suffix}.debug
|
|
+ bn=$(basename "$1")${unique_debug_suffix}.debug
|
|
debugdn=${debugdir}${dn}
|
|
debugfn=${debugdn}/${bn}
|
|
}
|