summaryrefslogtreecommitdiffstats
path: root/make_boot_img
diff options
context:
space:
mode:
authorStew Benedict <stewb@mandriva.org>2001-03-31 19:58:30 +0000
committerStew Benedict <stewb@mandriva.org>2001-03-31 19:58:30 +0000
commit7570b18e9e9aa0997ca64bfbf3c450770c0ff49c (patch)
tree0722ee58eb9428b85ea4b53f85f248b1b0f9dfe8 /make_boot_img
parentbfb09e371ed27cb0ea3979ef989129d369a205d0 (diff)
downloaddrakx-backup-do-not-use-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar
drakx-backup-do-not-use-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar.gz
drakx-backup-do-not-use-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar.bz2
drakx-backup-do-not-use-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.tar.xz
drakx-backup-do-not-use-7570b18e9e9aa0997ca64bfbf3c450770c0ff49c.zip
PPC catchup with changes ;^)
Diffstat (limited to 'make_boot_img')
-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";