summaryrefslogtreecommitdiff
path: root/emulators/linux_base-f8
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-06-12 17:31:38 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-06-12 17:31:38 +0000
commit76c9db883b81a1943ff857260ab7143d1286ef74 (patch)
treebe8a5f8df796d7e8a7a9a79075aef746b2deccfd /emulators/linux_base-f8
parent- Revert the bdb change in the last batch (diff)
Fix LATEST_LINK for ports (amd64 case):
. emulators/linux_base-fc6; . emulators/linux_base-f7; . emulators/linux_base-f8; . emulators/linux_base-f9; . emulators/linux_base-f10. Reported by: erwin Suggested by: erwin
Notes
Notes: svn path=/head/; revision=235656
Diffstat (limited to 'emulators/linux_base-f8')
-rw-r--r--emulators/linux_base-f8/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-f8/Makefile b/emulators/linux_base-f8/Makefile
index 4c3e57125a11..05497a2e329b 100644
--- a/emulators/linux_base-f8/Makefile
+++ b/emulators/linux_base-f8/Makefile
@@ -146,7 +146,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