diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 20:14:04 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-06 20:14:04 +0000 |
commit | e5c3c1308c606a21cd5e5bd1d804613b08c67942 (patch) | |
tree | e4d918432f643251718c872c15aaca7d23cb1c33 /perl-install/install_any.pm | |
parent | bd2dfa0259e4fd762c5831ffb8c1fa420927d6a9 (diff) | |
download | drakx-backup-do-not-use-e5c3c1308c606a21cd5e5bd1d804613b08c67942.tar drakx-backup-do-not-use-e5c3c1308c606a21cd5e5bd1d804613b08c67942.tar.gz drakx-backup-do-not-use-e5c3c1308c606a21cd5e5bd1d804613b08c67942.tar.bz2 drakx-backup-do-not-use-e5c3c1308c606a21cd5e5bd1d804613b08c67942.tar.xz drakx-backup-do-not-use-e5c3c1308c606a21cd5e5bd1d804613b08c67942.zip |
hack to make perl2fcalls happy
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 7c3c9d1f1..81a3f0c91 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -548,8 +548,8 @@ sub g_auto_install { require Data::Dumper; output($f, "# You should always check the syntax with 'perl -cw auto_inst.cfg.pl' before testing\n", - Data::Dumper->Dump([$o], ['$o']), if_($replay, q( -package install_steps_auto_install; + Data::Dumper->Dump([$o], ['$o']), if_($replay, +qq(\npackage install_steps_auto_install;), q( $graphical = 1; push @graphical_steps, 'doPartitionDisks', 'choosePartitionsToFormat', 'formatMountPartitions'; )), "\0"); |