From efda9155a6e3d6b68ab59410f3b0f1aaff82739b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 16 May 2007 20:13:38 +0000 Subject: rename live->{loopbacks}{exclude_files} as live->{loopbacks}{exclude}{files} --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index b720ed9..34f2330 100755 --- a/draklive +++ b/draklive @@ -757,7 +757,7 @@ sub create_loopback_files { # umount filesystem in the live before creating the loopback umount_external_filesystem($live); - my @excluded_files = expand_file_list($live, @{$live->{loopbacks}{exclude_files}}); + my @excluded_files = expand_file_list($live, @{$live->{loopbacks}{exclude}{files}}); foreach (grep { exists $loop{$_->{type}}{build} } @{$live->{mount}{dirs} || []}) { local $_->{exclude} = [ @excluded_files ]; -- cgit v1.2.1