summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files 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",
]