summaryrefslogtreecommitdiffstats
path: root/live/One/2006.0
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-02-24 00:45:50 +0000
committerOlivier Blin <oblin@mandriva.org>2006-02-24 00:45:50 +0000
commit8f125433d14511d91c09660aaf7687c6cfdf635e (patch)
treee05a4564cd386d42aff419dfc3d8221b20d947e8 /live/One/2006.0
parent9aeec910972887e601945e5dcba6cee9ee657089 (diff)
downloaddrakx-backup-do-not-use-8f125433d14511d91c09660aaf7687c6cfdf635e.tar
drakx-backup-do-not-use-8f125433d14511d91c09660aaf7687c6cfdf635e.tar.gz
drakx-backup-do-not-use-8f125433d14511d91c09660aaf7687c6cfdf635e.tar.bz2
drakx-backup-do-not-use-8f125433d14511d91c09660aaf7687c6cfdf635e.tar.xz
drakx-backup-do-not-use-8f125433d14511d91c09660aaf7687c6cfdf635e.zip
really change META_CLASS in postInstall
Diffstat (limited to 'live/One/2006.0')
-rw-r--r--live/One/2006.0/config/auto_inst.cfg.pl2
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"
};