From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- makepackagebin.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) mode change 100644 => 100755 makepackagebin.sh (limited to 'makepackagebin.sh') diff --git a/makepackagebin.sh b/makepackagebin.sh old mode 100644 new mode 100755 index 0b88664..2688bf4 --- 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 -- cgit v1.2.3