From 2b48cb9ae51b69374cee3083bc7119bc06c1e470 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Thu, 14 Mar 2024 08:52:44 +0100 Subject: [PATCH] set debuginfod --- mkosi.extra/usr/lib/environment.d/00-kdeos-debuginfod.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mkosi.extra/usr/lib/environment.d/00-kdeos-debuginfod.conf diff --git a/mkosi.extra/usr/lib/environment.d/00-kdeos-debuginfod.conf b/mkosi.extra/usr/lib/environment.d/00-kdeos-debuginfod.conf new file mode 100644 index 0000000..7402ddd --- /dev/null +++ b/mkosi.extra/usr/lib/environment.d/00-kdeos-debuginfod.conf @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL +# SPDX-FileCopyrightText: 2024 Harald Sitter + +DEBUGINFOD_URLS="https://debuginfod.archlinux.org/:$DEBUGINFOD_URLS"