Mercurial > trustbridge
comparison packaging/linux-createpackage.sh.in @ 1113:60669c41684b
(issue91) Use x86_64 arch as default for linux_createpackage.sh
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 16 Sep 2014 10:43:46 +0200 |
parents | 491327689ffc |
children | a2d2ae5a1154 |
comparison
equal
deleted
inserted
replaced
1112:d619507d9e9f | 1113:60669c41684b |
---|---|
12 ARCH="$1" | 12 ARCH="$1" |
13 | 13 |
14 if [ "$ARCH" != "i386" -a "$ARCH" != "x86_64" ]; then | 14 if [ "$ARCH" != "i386" -a "$ARCH" != "x86_64" ]; then |
15 echo "Usage $0 <architecture>" | 15 echo "Usage $0 <architecture>" |
16 echo "with archtiecture either i386 or x86_64" | 16 echo "with archtiecture either i386 or x86_64" |
17 echo "defaulting to x86_64" | |
18 ARCH=x86_64 | |
17 fi | 19 fi |
18 | 20 |
19 INSTALLER="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh" | 21 INSTALLER="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh" |
20 | 22 |
21 EXEFILES=("@CMAKE_BINARY_DIR@/cinst/cinst" | 23 EXEFILES=("@CMAKE_BINARY_DIR@/cinst/cinst" |