summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/mac.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-09 02:42:55 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-09 02:42:55 +0000
commit36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f (patch)
tree80f6a68469ffe3418e9c79339228f1358a94f258 /perl-install/partition_table/mac.pm
parent590b7c13a157fbfd3899e3d67e5b740856c46fbb (diff)
downloaddrakx-36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f.tar
drakx-36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f.tar.gz
drakx-36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f.tar.bz2
drakx-36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f.tar.xz
drakx-36c5e47487a2682e9f948c2ea31f0c4ca43b9c4f.zip
don't need prefixing with current package
Diffstat (limited to 'perl-install/partition_table/mac.pm')
-rw-r--r--perl-install/partition_table/mac.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table/mac.pm b/perl-install/partition_table/mac.pm
index fc0310b74..93b9d0934 100644
--- a/perl-install/partition_table/mac.pm
+++ b/perl-install/partition_table/mac.pm
@@ -296,7 +296,7 @@ sub write($$$;$) {
$_->{pFlags} = 0x33;
$_->{isBoot} = 1;
log::l("writing a bootstrap at /dev/$_->{device}");
- $install_steps_interactive::new_bootstrap = 1 if !(defined $partition_table::mac::bootstrap_part);
+ $install_steps_interactive::new_bootstrap = 1 if !(defined $bootstrap_part);
$bootstrap_part = "/dev/" . $_->{device};
} elsif (isSwap($_)) {
$_->{pType} = "Apple_UNIX_SVR2";