summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--lib/Xconfig/card.pm4
2 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 76736d8..0e453f7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+- XFdrake:
+ o use -X option for ldconfig when switching alternatives, we only need the
+ cache rebuilt (Anssi Hannula)
+
Version 0.86 - 26 November 2009
- keyboarddrake:
diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm
index a856780..db8d19e 100644
--- a/lib/Xconfig/card.pm
+++ b/lib/Xconfig/card.pm
@@ -375,8 +375,8 @@ sub libgl_config_and_more {
-e "$::prefix$wanted" or log::l("ERROR: $wanted does not exist, linking $link to it anyway");
common::symlinkf_update_alternatives('gl_conf', $wanted);
if ($need_run_ldconfig) {
- log::explanations("ldconfig will be run because the GL library was $wanted");
- run_program::rooted($::prefix, 'ldconfig');
+ log::explanations("ldconfig will be run because the GL library was switched to $wanted");
+ run_program::rooted($::prefix, 'ldconfig', '-X');
}
if (member($card->{Driver}, 'fglrx', 'nvidia')) {