summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake_boot_img2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_boot_img b/make_boot_img
index 1fdaae25d..a958c650b 100755
--- a/make_boot_img
+++ b/make_boot_img
@@ -352,7 +352,7 @@ sub boot_img_ppc {
my $boot = "boot"; #- non-absolute pathname only!
my ($extension) = $modz =~ /.*\/([^\/]+)/;
_ "mkdir -p $dir/$boot";
- _ "cp -f $kern/vmlinux $dir/$boot/vmlinux";
+ _ "cp -f $kern $dir/$boot/vmlinux";
_ "cp -f all.rdz$extension $dir/boot/all.gz";
_ "cp -f tools/ppc/yaboot $dir/boot/yaboot";