summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-07-25 17:04:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-07-25 17:04:55 +0000
commitcc807715c78fc998e3d486bc5724e903b0e229a0 (patch)
tree858797d5b502cc8dce338cedb6bae6ebade87660 /perl-install/install_steps.pm
parent43149ab549f7e43bb1af88c1cbc95dc014a03dd7 (diff)
downloaddrakx-backup-do-not-use-cc807715c78fc998e3d486bc5724e903b0e229a0.tar
drakx-backup-do-not-use-cc807715c78fc998e3d486bc5724e903b0e229a0.tar.gz
drakx-backup-do-not-use-cc807715c78fc998e3d486bc5724e903b0e229a0.tar.bz2
drakx-backup-do-not-use-cc807715c78fc998e3d486bc5724e903b0e229a0.tar.xz
drakx-backup-do-not-use-cc807715c78fc998e3d486bc5724e903b0e229a0.zip
do not export sync, keep it in common (esp. so that it doesn't conflict with my_gtk::sync
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index d637e54c6..f8c368279 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -408,7 +408,7 @@ Consoles 1,3,4,7 may also contain interesting information";
pkgs::done_db();
#- why not? cuz weather is nice today :-) [pixel]
- sync(); sync();
+ common::sync(); common::sync();
#- generate /etc/lvmtab needed for rc.sysinit
run_program::rooted($o->{prefix}, 'vgscan') if -e '/etc/lvmtab';