diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-12 17:31:38 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-06-12 17:31:38 +0000 |
commit | 76c9db883b81a1943ff857260ab7143d1286ef74 (patch) | |
tree | be8a5f8df796d7e8a7a9a79075aef746b2deccfd /emulators/linux_base-f9 | |
parent | a06ffb4ba360e51956d138459b364d1919172feb (diff) | |
download | ports-76c9db883b81a1943ff857260ab7143d1286ef74.tar.gz ports-76c9db883b81a1943ff857260ab7143d1286ef74.zip |
Notes
Diffstat (limited to 'emulators/linux_base-f9')
-rw-r--r-- | emulators/linux_base-f9/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f9/Makefile b/emulators/linux_base-f9/Makefile index fa6ed5ceadd2..9b04e94353b2 100644 --- a/emulators/linux_base-f9/Makefile +++ b/emulators/linux_base-f9/Makefile @@ -152,7 +152,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 |