summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 163d468..ca3dcd9 100755
--- a/draklive
+++ b/draklive
@@ -1171,7 +1171,7 @@ sub record_usb_master {
cp_af(glob_(get_builddir($live) . $live->{prefix}{build}{files} . '/*'), $live->{mnt});
} unless $opts->{boot_only};
- my @dot_files = map { basename($_) } glob_($live->{mnt} . "/.*"), grep { -e $_ } $live->{mnt} . '/autorun.inf';
+ my @dot_files = map { basename($_) } glob_($live->{mnt} . "/.*"), glob_($live->{mnt} . "/autorun.*");
run_('umount', $live->{mnt});
maybe_umount_device($device);