mirror of
https://github.com/KDE/kde-linux.git
synced 2026-03-06 15:56:19 -05:00
put the data in the debugroot location
This commit is contained in:
@@ -34,7 +34,7 @@ if __name__ == '__main__':
|
||||
for path in glob(f'/usr/{subdir}/**/*', recursive=True):
|
||||
file = os.path.realpath(path)
|
||||
realdebugfile = f'/usr/lib/debug/{file}.debug'
|
||||
debugfile = realdebugfile
|
||||
debugfile = f'{debugroot}{realdebugfile}'
|
||||
|
||||
if file in scheduled:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user