put the data in the debugroot location

This commit is contained in:
Harald Sitter
2024-08-27 00:33:14 +02:00
parent b911e6e40b
commit b21db2afd5

View File

@@ -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