From 617e313b8e3a305250a3a676737ea0157cf9fe2d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Aug 2007 19:23:54 +0000 Subject: fix typo (thanks to Anssi Hannula) --- lib/Xconfig/card.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/card.pm') diff --git a/lib/Xconfig/card.pm b/lib/Xconfig/card.pm index 349b407..c6dee75 100644 --- a/lib/Xconfig/card.pm +++ b/lib/Xconfig/card.pm @@ -354,7 +354,7 @@ 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 && $::isStandalone) { - log::explanations("ldconfig will be run because the GL library was " . ($wanted ? 'enabled' : 'disabled')); + log::explanations("ldconfig will be run because the GL library was $wanted"); system("/sbin/ldconfig"); } -- cgit v1.2.1