summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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} . '/' . $_;