diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-12-12 18:48:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-12-12 18:48:00 +0000 |
commit | 2db498ee242e3170dad946885815f8cb064a3cf0 (patch) | |
tree | 5533b1722073eb16a56b42c4da5d3fab63b54b5d /perl-install/install2.pm | |
parent | d5a25feeae9a96b7cbae02104321124ed3fda591 (diff) | |
download | drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar.gz drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar.bz2 drakx-2db498ee242e3170dad946885815f8cb064a3cf0.tar.xz drakx-2db498ee242e3170dad946885815f8cb064a3cf0.zip |
enable easy screenshot'ing
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 2ad1297b9..be04f5b4f 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -184,6 +184,8 @@ sub formatPartitions { home mnt tmp var var/tmp var/lib var/lib/rpm var/lib/urpmi); mkdir "$o->{prefix}/$_", 0700 foreach qw(root root/tmp); + common::screenshot_dir__and_move(); + substInFile { s/%_excludedocs.*//; $_ .= "%_excludedocs yes\n" if eof && $o->{excludedocs} } "$o->{prefix}/etc/rpm/macros"; any::rotate_logs($o->{prefix}); |