summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 29179c43..b3687661 100755
--- a/control-center
+++ b/control-center
@@ -25,7 +25,7 @@ my $mcc_dir = "/usr/share/mcc";
my $themes_dir = "$mcc_dir/themes/";
my $_wizdir = "/usr/share/wizards";
-BEGIN { !$ENV{DISPLAY} and exec ("$_sbindir/drakxconf; reset") }
+BEGIN { !$ENV{DISPLAY} and exec ("/usr/sbin/drakxconf; reset") }
use Gtk;
use lib qw(/usr/lib/libDrakX);