forked from pool/debugedit
Marcus Meissner
4af5f2e5ac
- refresh patches to apply clean - add git url - add requires OBS-URL: https://build.opensuse.org/request/show/985318 OBS-URL: https://build.opensuse.org/package/show/Base:System/debugedit?expand=0&rev=3
14 lines
425 B
Diff
14 lines
425 B
Diff
Index: scripts/find-debuginfo.in
|
|
===================================================================
|
|
--- scripts/find-debuginfo.in.orig
|
|
+++ 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}
|
|
}
|