This commit is contained in:
committed by
Git OBS Bridge
parent
466a664fb3
commit
bd5319d2fe
14
debuglink.diff
Normal file
14
debuglink.diff
Normal file
@@ -0,0 +1,14 @@
|
||||
Index: rpm-4.4.2.3/scripts/find-debuginfo.sh
|
||||
===================================================================
|
||||
--- rpm-4.4.2.3.orig/scripts/find-debuginfo.sh 2009-07-27 12:06:41.000000000 +0200
|
||||
+++ rpm-4.4.2.3/scripts/find-debuginfo.sh 2009-07-27 12:08:05.000000000 +0200
|
||||
@@ -185,7 +185,8 @@ make_id_link()
|
||||
get_debugfn()
|
||||
{
|
||||
dn=$(dirname "${1#$RPM_BUILD_ROOT}")
|
||||
- bn=$(basename "$1" .debug).debug
|
||||
+# Do not strip existing .debug suffixes
|
||||
+ bn=$(basename "$1").debug
|
||||
|
||||
debugdn=${debugdir}${dn}
|
||||
debugfn=${debugdn}/${bn}
|
Reference in New Issue
Block a user