summaryrefslogtreecommitdiff
path: root/scripts/context/stubs/install
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-03-25 18:28:30 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-03-25 18:28:30 +0200
commit0175a693fcb853ecce7d49f6564895c2dbfd11f1 (patch)
treed3b9f67e3d63247c03c7fe5c72395735bd588f1e /scripts/context/stubs/install
parent7eb3892205bf276b2f2db45f806f430e3fab82ac (diff)
downloadcontext-0175a693fcb853ecce7d49f6564895c2dbfd11f1.tar.gz
2018-03-25 17:40:00
Diffstat (limited to 'scripts/context/stubs/install')
-rw-r--r--scripts/context/stubs/install/first-setup.sh6
1 files changed, 2 insertions, 4 deletions
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" ;;