diff options
author | Stew Benedict <stewb@mandriva.org> | 2001-03-31 19:58:30 +0000 |
---|---|---|
committer | Stew Benedict <stewb@mandriva.org> | 2001-03-31 19:58:30 +0000 |
commit | 7570b18e9e9aa0997ca64bfbf3c450770c0ff49c (patch) | |
tree | 0722ee58eb9428b85ea4b53f85f248b1b0f9dfe8 /make_boot_img | |
parent | bfb09e371ed27cb0ea3979ef989129d369a205d0 (diff) | |
download | drakx-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar drakx-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar.gz drakx-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar.bz2 drakx-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar.xz drakx-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.zip |
PPC catchup with changes ;^)
Diffstat (limited to 'make_boot_img')
-rwxr-xr-x | make_boot_img | 2 |
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"; |