From f446fe202d444a407fc97e0c73918913246d5696 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 27 Feb 2006 16:05:25 +0000 Subject: try not to run kat a second time when running kde apps as root (#21308) --- live/One/2006.0/config/auto_inst.cfg.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'live') diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index cb88493c8..72fa7da86 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -178,6 +178,9 @@ $o = { }, #- doc takes too much place 'excludedocs' => 1, - #- do not modify it the standard way, since the behaviour would be unexpected during install - 'postInstall' => "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system" + 'postInstall' => join(";", + #- do not modify it the standard way, since the behaviour would be unexpected during install + "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system", + #- try not to run kat a second time when running kde apps as root (#21308) + "touch /root/.mdv-no_kat"), }; -- cgit v1.2.1