From 059b5c2a18e61cc7e4348e955025f9d77466647d Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Tue, 19 Dec 2017 15:56:01 +0000 Subject: Split Live class into ISOBuild base class and LiveBuild subclass. --- draklive | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'draklive') diff --git a/draklive b/draklive index aca15c5..53855af 100755 --- a/draklive +++ b/draklive @@ -30,7 +30,7 @@ use Getopt::Long; use Pod::Usage; use MGA::DrakISO::Config; -use MGA::DrakISO::Live; +use MGA::DrakISO::LiveBuild; use MGA::DrakISO::Utils; use MGA::DrakISO::BuildRoot; @@ -81,7 +81,7 @@ my @all = qw(root boot loop master); die "you must be root to run this program\n" if $>; -my $live_object = 'MGA::DrakISO::Live'->new; +my $live_object = 'MGA::DrakISO::LiveBuild'->new; my $config_root = $MGA::DrakISO::Config::default_config_root; my $config_path = $MGA::DrakISO::Config::default_config_path; my $settings_path = $MGA::DrakISO::Config::default_settings_path; -- cgit v1.2.1