From ba8750f0f9f6c836bb5cf50a0a79cb0d645120b9 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Tue, 29 Oct 2013 23:21:03 +0000 Subject: images: Fix kernel+ramdisk folder creation --- images/make_boot_img | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index efd6a2fa2..b2dd793f6 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -719,7 +719,7 @@ sub syslinux_all_files { $default_vga =~ /788/ or die 'we rely on vga=788 for bootsplash'; each_index { - mkdir "$dir/alt$::i", 0777; + mkdir "$dir/$arch", 0777; _ "cp all.kernels/$_/vmlinuz $dir/$arch"; initrd('all', '', "images/all.rdz-$_", $_); rename("images/all.rdz-$_", "$dir/$arch/all.rdz"); -- cgit v1.2.1