summaryrefslogtreecommitdiffstats
path: root/images/make_boot_img
diff options
context:
space:
mode:
Diffstat (limited to 'images/make_boot_img')
-rwxr-xr-ximages/make_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/make_boot_img b/images/make_boot_img
index c0159b103..e7f1fcb4c 100755
--- a/images/make_boot_img
+++ b/images/make_boot_img
@@ -160,7 +160,7 @@ sub initrd {
}
foreach my $firm (glob_("all.kernels$I/$ext/firmware/*")) {
my $dest=$firm;
- $dest =~ s|all.kernels$I/$ext/firmware/||;
+ $dest =~ s|all.kernels$I/$ext/||;
_ "cp -a $firm $tmp_initrd/$dest";
};