summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-11-17 11:52:09 +0000
committerOlivier Blin <oblin@mandriva.com>2008-11-17 11:52:09 +0000
commit0d6b1a52d2b915aafadaef302d801a7cdd75b7d9 (patch)
tree4e8d80a90f883794b64cb60dfed5a3d1ae2ebc8c
parente4e0b08270689fc82666eaa577cbefcd5f816f98 (diff)
downloaddraklive-0d6b1a52d2b915aafadaef302d801a7cdd75b7d9.tar
draklive-0d6b1a52d2b915aafadaef302d801a7cdd75b7d9.tar.gz
draklive-0d6b1a52d2b915aafadaef302d801a7cdd75b7d9.tar.bz2
draklive-0d6b1a52d2b915aafadaef302d801a7cdd75b7d9.tar.xz
draklive-0d6b1a52d2b915aafadaef302d801a7cdd75b7d9.zip
remove duplicate extension
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 18c9a07..e72e638 100755
--- a/draklive
+++ b/draklive
@@ -416,7 +416,7 @@ sub create_loopback_files {
}
my $loop = $loop_types{$live->{loopbacks}{exclude}{type}};
- $loop->{build}->($live, { path => "/excluded$loop->{extension}", root => $excluded_tree, exclude => \@modules_files });
+ $loop->{build}->($live, { path => "/excluded", root => $excluded_tree, exclude => \@modules_files });
eval { rm_rf($excluded_tree) };
}