From 7cbd34a6a5e24ca3be526add67d833a4d44070c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 10 Sep 2007 10:49:08 +0000 Subject: fix rfbdrake path (#33373) --- control-center | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-center b/control-center index 27e2df7b..677e0387 100755 --- a/control-center +++ b/control-center @@ -119,7 +119,7 @@ my $isWiz = -e "/usr/sbin/drakwizard"; my $isRpmDrake = -e "/usr/sbin/rpmdrake"; my $isParkRpmDrake = -e "/usr/sbin/park-rpmdrake"; my $isWebAdmin = -e "/usr/bin/mdkwebadmin"; -my $isRfbDrake = -e "/usr/X11R6/bin/rfbdrake"; +my $isRfbDrake = -e "/usr/bin/rfbdrake"; my $isDrakStats = -e "/usr/sbin/drakstats"; my $application_driven_menu; @@ -578,7 +578,7 @@ my %programs = "Remote Control" => { - binary => "$xbindir/rfbdrake", + binary => "$bindir/rfbdrake", embedded => 1, description => N("Remote Control (Linux/Unix, Windows)"), long_description => N("Remote Control of another machine (Linux/Unix, Windows)"), -- cgit v1.2.1