diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-10 10:49:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-10 10:49:08 +0000 |
commit | 7cbd34a6a5e24ca3be526add67d833a4d44070c9 (patch) | |
tree | 4ef368252f5b8796cfe6f972be66c23d8c811e2b | |
parent | 7f183673079d0e8f54ddcab77b13db8e32c5d1d9 (diff) | |
download | control-center-7cbd34a6a5e24ca3be526add67d833a4d44070c9.tar control-center-7cbd34a6a5e24ca3be526add67d833a4d44070c9.tar.gz control-center-7cbd34a6a5e24ca3be526add67d833a4d44070c9.tar.bz2 control-center-7cbd34a6a5e24ca3be526add67d833a4d44070c9.tar.xz control-center-7cbd34a6a5e24ca3be526add67d833a4d44070c9.zip |
fix rfbdrake path (#33373)
-rwxr-xr-x | control-center | 4 |
1 files 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)"), |