summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-06-07 09:41:35 +0000
committerOlivier Blin <oblin@mandriva.com>2007-06-07 09:41:35 +0000
commit82bf01b88a9bfb014b9cf62228144d7168ae2fec (patch)
treee1b77a48544b1ac970fa0e61fe272f902d31ac29
parentc5417c438d259f540ef7becb8ea975758a99d408 (diff)
downloaddraklive-82bf01b88a9bfb014b9cf62228144d7168ae2fec.tar
draklive-82bf01b88a9bfb014b9cf62228144d7168ae2fec.tar.gz
draklive-82bf01b88a9bfb014b9cf62228144d7168ae2fec.tar.bz2
draklive-82bf01b88a9bfb014b9cf62228144d7168ae2fec.tar.xz
draklive-82bf01b88a9bfb014b9cf62228144d7168ae2fec.zip
fix extra files selection in cdrom master
-rwxr-xr-xdraklive4
1 files changed, 2 insertions, 2 deletions
diff --git a/draklive b/draklive
index c47ce8f..69c543f 100755
--- a/draklive
+++ b/draklive
@@ -1013,11 +1013,11 @@ sub create_cdrom_master {
'isolinux/isolinux.cfg=' . get_builddir($live) . $live->{prefix}{build}{boot} . get_syslinux_path($live->{media}, $opts),
$live->{prefix}{media}{boot} . '=' . get_builddir($live) . $live->{prefix}{build}{boot},
if_(!$opts->{boot_only},
- map {
+ (map {
$live->{prefix}{media}{loopbacks} . $_ .
'=' .
get_builddir($live) . $live->{prefix}{build}{loopbacks} . $_;
- } list_selected_loopbacks($live),
+ } list_selected_loopbacks($live)),
if_($live->{media}{files},
map {
$_ . '=' . get_builddir($live) . $live->{prefix}{build}{files} . '/' . $_;