Skip to content

Commit

Permalink
intel/desktop: use buildroot dir as output path
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin committed Jul 10, 2023
1 parent 11d4c9e commit 2839aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/intel/desktop/scripts/format_sd.sh
Expand Up @@ -13,7 +13,7 @@ if ! command -v mkfs.vfat >/dev/null 2>&1; then
echo "Please install 'mkfs.vfat' and try again if this script fails."
fi

outp_path="${BUILDROOT_DIR}/output"
outp_path="${BUILDROOT_DIR}"
efi_path="${outp_path}/images/efi-part"

if [ ! -d "$efi_path" ]; then
Expand Down

0 comments on commit 2839aee

Please sign in to comment.