From 0175a693fcb853ecce7d49f6564895c2dbfd11f1 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sun, 25 Mar 2018 18:28:30 +0200 Subject: 2018-03-25 17:40:00 --- scripts/context/stubs/install/first-setup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'scripts/context/stubs/install') diff --git a/scripts/context/stubs/install/first-setup.sh b/scripts/context/stubs/install/first-setup.sh index ea72d55d4..11af49233 100644 --- a/scripts/context/stubs/install/first-setup.sh +++ b/scripts/context/stubs/install/first-setup.sh @@ -60,7 +60,6 @@ case "$system" in FreeBSD|freebsd) case "$cpu" in i*86) platform="freebsd" ;; - x86_64) platform="freebsd" ;; # no special binaries are available yet amd64) platform="freebsd-amd64" ;; *) platform="unknown" ;; esac ;; @@ -71,15 +70,14 @@ case "$system" in #x86_64|amd64) platform="kfreebsd-amd64" ;; *) platform="unknown" ;; esac ;; - # cygwin # OpenBSD - OpenBSD|freebsd) + OpenBSD) case "$cpu" in i*86) platform="openbsd" ;; - x86_64) platform="openbsd" ;; # no special binaries are available yet amd64) platform="openbsd-amd64" ;; *) platform="unknown" ;; esac ;; + # cygwin CYGWIN*) case "$cpu" in i*86) platform="cygwin" ;; -- cgit v1.2.3