summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"
};