From 8f88d6a96de16652334ead626fe72cfbe97223b6 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 25 May 2007 16:32:33 +0000 Subject: fix excluded loopback path --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index e8fc6d0..48562a0 100755 --- a/draklive +++ b/draklive @@ -818,7 +818,7 @@ sub create_loopback_files { } my $loop = $loop{$live->{loopbacks}{exclude}{type}}; - $loop->{build}->($live, { path => "excluded$loop->{extension}", root => $excluded_tree, exclude => \@modules_files }); + $loop->{build}->($live, { path => "/excluded$loop->{extension}", root => $excluded_tree, exclude => \@modules_files }); eval { rm_rf($excluded_tree) }; } -- cgit v1.2.1