summaryrefslogtreecommitdiff
path: root/makepackagebin.sh
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:38:41 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-12-03 20:38:41 +0100
commitba627dd9ecb578e9852c7b9cce67ec63199d1acf (patch)
tree27c4258311ca8c8ed7ff67a8a0bc7280e8fcae79 /makepackagebin.sh
parent69aec3b712232e93600ecd741269fed1f90b412a (diff)
parent3abb40d43649adb3807180692d8579c405524675 (diff)
Merge branch 'release/2.0.0+repack-1'2.0.0+repack-1
Diffstat (limited to 'makepackagebin.sh')
-rwxr-xr-x[-rw-r--r--]makepackagebin.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/makepackagebin.sh b/makepackagebin.sh
index 0b88664..2688bf4 100644..100755
--- a/makepackagebin.sh
+++ b/makepackagebin.sh
@@ -25,6 +25,8 @@ VERSION=`grep ARGYLL_VERSION_STR h/aconfig.h | head -1 | sed 's/# define ARGYLL_
#
# OS X i386 10.7 [bash] darwin11 x86_64-apple-darwin11 x86_64
#
+# OS X i386 10.11 [bash] darwin16 x86_64-apple-darwin16 x86_64
+#
# Linux RH 4.0 [bash] linux-gnu i686-redhat-linux-gnu i686
#
# Linux Fedora 7.1 [bash] linux-gnu i386-redhat-linux-gnu i386
@@ -97,7 +99,12 @@ else if [ X$OSTYPE = "Xdarwin8.0" ] ; then
USBBINFILES="binfiles.osx"
USETAR=true
else if [ X$OSTYPE = "Xdarwin10.0" \
- -o X$OSTYPE = "Xdarwin11" ] ; then
+ -o X$OSTYPE = "Xdarwin11" \
+ -o X$OSTYPE = "Xdarwin12" \
+ -o X$OSTYPE = "Xdarwin13" \
+ -o X$OSTYPE = "Xdarwin14" \
+ -o X$OSTYPE = "Xdarwin15" \
+ -o X$OSTYPE = "Xdarwin16" ] ; then
if [ X$HOSTTYPE = "Xx86_64" ] ; then
echo "We're on OSX 10.6 x86_64!"
PACKAGE=Argyll_V${VERSION}_osx10.6_x86_64_bin.tgz