diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-27 16:05:25 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-27 16:05:25 +0000 |
commit | f446fe202d444a407fc97e0c73918913246d5696 (patch) | |
tree | 2023ce9f40daf0577ecb5cdf5ad9b9b2ae4d992e /live/One | |
parent | 0e5ace065860b312655850a78340fa7c9453a3f3 (diff) | |
download | drakx-f446fe202d444a407fc97e0c73918913246d5696.tar drakx-f446fe202d444a407fc97e0c73918913246d5696.tar.gz drakx-f446fe202d444a407fc97e0c73918913246d5696.tar.bz2 drakx-f446fe202d444a407fc97e0c73918913246d5696.tar.xz drakx-f446fe202d444a407fc97e0c73918913246d5696.zip |
try not to run kat a second time when running kde apps as root (#21308)
Diffstat (limited to 'live/One')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 7 |
1 files changed, 5 insertions, 2 deletions
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"), }; |