summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install6
1 files changed, 3 insertions, 3 deletions
diff --git a/draklive-install b/draklive-install
index 7d41050..f427516 100755
--- a/draklive-install
+++ b/draklive-install
@@ -18,9 +18,9 @@ push @::textdomains, 'draklive-install';
{
use diskdrake::interactive;
package diskdrake::interactive;
- my $old = \&hd_possible_actions;
- undef *hd_possible_actions;
- *hd_possible_actions = sub {
+ my $old = \&hd_possible_actions_base;
+ undef *hd_possible_actions_base;
+ *hd_possible_actions_base = sub {
#- for the partition wizard to show the auto-allocate option
local $::isInstall = 1;
&$old;