Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/packaging/linux-createpackage.sh.in Tue Sep 16 10:43:14 2014 +0200 +++ b/packaging/linux-createpackage.sh.in Tue Sep 16 10:43:46 2014 +0200 @@ -14,6 +14,8 @@ if [ "$ARCH" != "i386" -a "$ARCH" != "x86_64" ]; then echo "Usage $0 <architecture>" echo "with archtiecture either i386 or x86_64" + echo "defaulting to x86_64" + ARCH=x86_64 fi INSTALLER="@CMAKE_BINARY_DIR@/TrustBridge-@PROJECT_VERSION@.sh"