From 04ffb8d90e011c17c386c7be71eb0eb51e597e52 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Fri, 22 Dec 2017 15:35:27 +0000 Subject: Fix typo. --- lib/MGA/DrakISO/BuildBoot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/MGA/DrakISO/BuildBoot.pm') diff --git a/lib/MGA/DrakISO/BuildBoot.pm b/lib/MGA/DrakISO/BuildBoot.pm index bfa6042..e52519c 100755 --- a/lib/MGA/DrakISO/BuildBoot.pm +++ b/lib/MGA/DrakISO/BuildBoot.pm @@ -366,7 +366,7 @@ sub get_default_image { sub get_default_initrd { my ($build) = @_; - -e ($build->get_builddir('boot') . '/initrd,gz') && '/boot/initrd.gz' || + -e ($build->get_builddir('boot') . '/initrd.gz') && '/boot/initrd.gz' || -e ($build->get_builddir('boot') . '/all.rdz') && '/boot/all.rdz'; } -- cgit v1.2.1