diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-07 13:29:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-07 13:29:54 +0200 |
commit | a879b4e708b3e46c9697ba6581687eeb5b02a320 (patch) | |
tree | f85acc5cb1a7c0b03a050c879c20cab3deb9f40e /makepackagebin.sh | |
parent | 556dffcdad42b938bc196819aa463247de709765 (diff) | |
parent | c07d0c2d2f6f7b0eb6e92cc6204bf05037957e82 (diff) |
state from 2014-09-07 13:30 MESZ
Diffstat (limited to 'makepackagebin.sh')
-rw-r--r-- | makepackagebin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makepackagebin.sh b/makepackagebin.sh index 64a1d12..1b8db28 100644 --- a/makepackagebin.sh +++ b/makepackagebin.sh @@ -103,10 +103,10 @@ else if [ X$OSTYPE = "Xdarwin10.0" \ USBBINFILES="binfiles.osx" USETAR=true else if [ X$OSTYPE = "Xlinux-gnu" ] ; then - if [[ "$MACHTYPE" =~ x86_64-.*-linux-gnu ]] ; then + if [[ "$MACHTYPE" = x86_64-*-linux-gnu ]] ; then echo "We're on Linux x86_64!" PACKAGE=Argyll_V${VERSION}_linux_x86_64_bin.tgz - else if [[ "$MACHTYPE" =~ i.86-.*-linux-gnu ]] ; then + else if [[ "$MACHTYPE" = *86-*-linux-gnu ]] ; then echo "We're on Linux x86!" PACKAGE=Argyll_V${VERSION}_linux_x86_bin.tgz fi |