summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-06 16:20:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-06 16:20:52 +0000
commit2e45ccff1d73c392c7c6480b3c5d6ffdd9f0a5c1 (patch)
tree1a4b617866229fab81835f368ad6e9863461b3fc /perl-install/install2.pm
parent36772d0e48af0e3fd74f3255f842a5b98f90f55b (diff)
downloaddrakx-backup-do-not-use-2e45ccff1d73c392c7c6480b3c5d6ffdd9f0a5c1.tar
drakx-backup-do-not-use-2e45ccff1d73c392c7c6480b3c5d6ffdd9f0a5c1.tar.gz
drakx-backup-do-not-use-2e45ccff1d73c392c7c6480b3c5d6ffdd9f0a5c1.tar.bz2
drakx-backup-do-not-use-2e45ccff1d73c392c7c6480b3c5d6ffdd9f0a5c1.tar.xz
drakx-backup-do-not-use-2e45ccff1d73c392c7c6480b3c5d6ffdd9f0a5c1.zip
- move some install specific code out of ugtk2.pm into install_gtk.pm
- move some install specific code out of common.pm into install_any.pm
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index b8f5ffe2d..d8c0e7f25 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -189,7 +189,7 @@ sub formatPartitions {
eval { fs::mount('none', "$o->{prefix}/proc/bus/usb", 'usbdevfs') };
eval { fs::mount('none', "$o->{prefix}/sys", 'sysfs') };
- common::screenshot_dir__and_move();
+ install_any::screenshot_dir__and_move();
install_any::move_clp_to_disk();
any::rotate_logs($o->{prefix});