From fa745e07b2e72dd8bf153cdd62dd95da279d6914 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 15 Sep 2007 17:53:44 +0000 Subject: reuse xbindir variable --- control-center | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-center b/control-center index f7f07219..9f5c0552 100755 --- a/control-center +++ b/control-center @@ -559,7 +559,7 @@ my %programs = "Programs scheduling" => { - binary => "/usr/X11R6/bin/drakcronat", + binary => "$xbindir/drakcronat", embedded => 1, description => N("Scheduled tasks"), long_description => N("Schedule programs to run periodically or at given times"), @@ -1023,7 +1023,7 @@ my @tree = ( "Logs", if_($ENV{LANGUAGE} !~ /^zh/, "Console"), "Users", - if_(-x "/usr/X11R6/bin/drakcronat", "Programs scheduling"), + if_(-x "$xbindir/drakcronat", "Programs scheduling"), "Backups", "Virtualization", ] -- cgit v1.2.1