From b21db2afd5f2b466fcd2942e5677213814cdbaaf Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Tue, 27 Aug 2024 00:33:14 +0200 Subject: [PATCH] put the data in the debugroot location --- mkosi.extra/usr/bin/_kdeos-make-debug-archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.extra/usr/bin/_kdeos-make-debug-archive b/mkosi.extra/usr/bin/_kdeos-make-debug-archive index b172399..7b4c8cc 100755 --- a/mkosi.extra/usr/bin/_kdeos-make-debug-archive +++ b/mkosi.extra/usr/bin/_kdeos-make-debug-archive @@ -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