From fcfc33ede09d3ad323c1ad4bf4c8e4a3c118c638 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 24 Dec 2017 12:17:14 +0000 Subject: Minor cleanup of code that gets build dirs. --- 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 df29f8a..b88561f 100644 --- a/lib/MGA/DrakISO/BuildBoot.pm +++ b/lib/MGA/DrakISO/BuildBoot.pm @@ -85,7 +85,7 @@ sub prepare_iso_bootloader { } # Create a subdirectory to hold the grub2 bootloader. - my $grub2_dir = $build->get_builddir('boot') . '/grub2'; + my $grub2_dir = $build->get_builddir('boot/grub2'); mkdir_p($grub2_dir); # Locate and copy the default font for the bootloader. If we can't find a -- cgit v1.2.1