diff options
Diffstat (limited to 'emulators/linux_base-f7/Makefile')
-rw-r--r-- | emulators/linux_base-f7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f7/Makefile b/emulators/linux_base-f7/Makefile index 9235075a1e17..8aa5506bdd2d 100644 --- a/emulators/linux_base-f7/Makefile +++ b/emulators/linux_base-f7/Makefile @@ -137,7 +137,7 @@ FALLBACK_ELF_MIB= kern.fallback_elf_brand .endif .if (${ARCH} == "amd64") -LATEST_LINK:= ${LATEST_LINK:C/linux/linux32/} +LATEST_LINK:= ${PKGBASE:C/linux/linux32/} ARCH= i386 .endif |