diff options
author | Nicolas Lécureuil <nlecureuil@mandriva.com> | 2010-03-29 17:51:50 +0000 |
---|---|---|
committer | Nicolas Lécureuil <nlecureuil@mandriva.com> | 2010-03-29 17:51:50 +0000 |
commit | 264ab47f8560cf3c894e6aa7107bee652dc23227 (patch) | |
tree | 51db742262a05f1c16fdc40d708f4b1a9fcca0a6 /lib/MDV/Control_Center.pm | |
parent | ecb254b6a1c2b4b44cbb19e2623a6649c6543a30 (diff) | |
download | control-center-264ab47f8560cf3c894e6aa7107bee652dc23227.tar control-center-264ab47f8560cf3c894e6aa7107bee652dc23227.tar.gz control-center-264ab47f8560cf3c894e6aa7107bee652dc23227.tar.bz2 control-center-264ab47f8560cf3c894e6aa7107bee652dc23227.tar.xz control-center-264ab47f8560cf3c894e6aa7107bee652dc23227.zip |
Use back $sbindir as we use consolehelper
Diffstat (limited to 'lib/MDV/Control_Center.pm')
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index d54a27f6..e5dc913b 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -470,7 +470,7 @@ our %programs = "Printer" => { - binary => "$bindir/system-config-printer", + binary => "$sbindir/system-config-printer", embedded => 1, description => N("Set up the printer(s), the print job queues, ..."), icon => 'printer-mcc-mdk', |