summaryrefslogtreecommitdiffstats
path: root/perl-install/fs
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-03-23 19:50:53 +0000
committerThierry Vignaud <tv@mageia.org>2012-03-23 19:50:53 +0000
commitff658008823a20e9f1e87cf697ac8cbe214199b8 (patch)
tree3ac8afc2286d863202d8b2ee6ec58231a5abbf05 /perl-install/fs
parenteda70b816874b15209f31ce1ce22450ff771ea00 (diff)
downloaddrakx-backup-do-not-use-ff658008823a20e9f1e87cf697ac8cbe214199b8.tar
drakx-backup-do-not-use-ff658008823a20e9f1e87cf697ac8cbe214199b8.tar.gz
drakx-backup-do-not-use-ff658008823a20e9f1e87cf697ac8cbe214199b8.tar.bz2
drakx-backup-do-not-use-ff658008823a20e9f1e87cf697ac8cbe214199b8.tar.xz
drakx-backup-do-not-use-ff658008823a20e9f1e87cf697ac8cbe214199b8.zip
(prepare_minimal_root) get rid of useless arg
(spot by perl_checker)
Diffstat (limited to 'perl-install/fs')
-rw-r--r--perl-install/fs/any.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/fs/any.pm b/perl-install/fs/any.pm
index c84dc6a38..431a22531 100644
--- a/perl-install/fs/any.pm
+++ b/perl-install/fs/any.pm
@@ -88,8 +88,7 @@ sub create_minimal_files() {
chmod 0666, "$::prefix/dev/null";
}
-sub prepare_minimal_root {
- my ($_all_hds) = @_;
+sub prepare_minimal_root() {
fs::any::create_minimal_files();