From 4fa9e8a01b5ca8e87300142511fd280b42bba5e2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Apr 2016 16:42:30 +0200 Subject: simplify --- images/make_boot_img | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'images/make_boot_img') diff --git a/images/make_boot_img b/images/make_boot_img index 678b3ae37..fc843984d 100755 --- a/images/make_boot_img +++ b/images/make_boot_img @@ -40,8 +40,7 @@ mkdir "images"; my @kernels = chomp_(cat_('all.kernels/.list')); my @all_images = ( - if_($arch =~ /i.86/, 'isolinux', 'boot.iso', 'all.img', 'hd_grub.img'), - if_($arch =~ /x86_64/, 'isolinux', 'boot.iso', 'all.img', 'hd_grub.img'), + if_($arch =~ /i.86|x86_64/, 'isolinux', 'boot.iso', 'all.img', 'hd_grub.img'), ); my @images = @ARGV ? @ARGV : map { "images/$_" } @all_images; -- cgit v1.2.1