[neon/neon/settings/Neon/release] usr/lib/environment.d: multiple debuginfod servers are SPACE seperated
Carlos De Maine
null at kde.org
Tue Apr 2 13:52:46 BST 2024
Git commit a52201dae927b7f718935fdf2411d6243eadc9e4 by Carlos De Maine.
Committed on 02/04/2024 at 12:52.
Pushed by carlosdem into branch 'Neon/release'.
multiple debuginfod servers are SPACE seperated
M +1 -1 usr/lib/environment.d/90-neon-debuginfod.conf
https://invent.kde.org/neon/neon/settings/-/commit/a52201dae927b7f718935fdf2411d6243eadc9e4
diff --git a/usr/lib/environment.d/90-neon-debuginfod.conf b/usr/lib/environment.d/90-neon-debuginfod.conf
index 750c16a..fd3e8cf 100644
--- a/usr/lib/environment.d/90-neon-debuginfod.conf
+++ b/usr/lib/environment.d/90-neon-debuginfod.conf
@@ -1,2 +1,2 @@
-DEBUGINFOD_URLS="https://debuginfod.neon.kde.org/:$DEBUGINFOD_URLS"
+DEBUGINFOD_URLS="https://debuginfod.neon.kde.org/ $DEBUGINFOD_URLS"
More information about the Neon-commits
mailing list