Skip to content

Instantly share code, notes, and snippets.

@oshimaya
Created November 4, 2018 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oshimaya/6f6de6d9a5189a6f418fbab2da26da92 to your computer and use it in GitHub Desktop.
Save oshimaya/6f6de6d9a5189a6f418fbab2da26da92 to your computer and use it in GitHub Desktop.
aarch64 build release fix
diff --git a/sys/stand/efiboot/bootaa64/Makefile b/sys/stand/efiboot/bootaa64/Makefile
index 5e12a6b139c1..9392765f3a67 100644
--- a/sys/stand/efiboot/bootaa64/Makefile
+++ b/sys/stand/efiboot/bootaa64/Makefile
@@ -17,4 +17,4 @@ CFLAGS+= -DEFIBOOT_ACPI
release: check_RELEASEDIR
${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
- ${RELEASEDIR}/${MACHINE}/installation/misc
+ ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment