diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-24 00:45:50 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-24 00:45:50 +0000 |
commit | 8f125433d14511d91c09660aaf7687c6cfdf635e (patch) | |
tree | e05a4564cd386d42aff419dfc3d8221b20d947e8 /live | |
parent | 9aeec910972887e601945e5dcba6cee9ee657089 (diff) | |
download | drakx-8f125433d14511d91c09660aaf7687c6cfdf635e.tar drakx-8f125433d14511d91c09660aaf7687c6cfdf635e.tar.gz drakx-8f125433d14511d91c09660aaf7687c6cfdf635e.tar.bz2 drakx-8f125433d14511d91c09660aaf7687c6cfdf635e.tar.xz drakx-8f125433d14511d91c09660aaf7687c6cfdf635e.zip |
really change META_CLASS in postInstall
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index d582567ca..a2cd76c46 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -173,5 +173,5 @@ $o = { #- doc takes too much place 'excludedocs' => 1, #- do not modify it the standard way, since the behaviour would be unexpected during install - 'post_install' => "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system" + 'postInstall' => "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system" }; |