From db7b5656df0eec01a7440b9f801051af64a3e6dc Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 13 Aug 2013 18:42:50 +0000 Subject: [PATCH] Set version number in package script to 2.3.1 --- package_scripts/toolbox_package_unix.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package_scripts/toolbox_package_unix.sh b/package_scripts/toolbox_package_unix.sh index 0fcbd3151..67c458ae4 100755 --- a/package_scripts/toolbox_package_unix.sh +++ b/package_scripts/toolbox_package_unix.sh @@ -18,7 +18,7 @@ fi echo "Platform is ${platform}" -# Check for empty directory +# Check for empty diectory if [ ! -z "`ls`" ]; then echo "Please run this script from an empty build directory" exit 1 @@ -54,7 +54,7 @@ if [ ! $? ]; then fi # Compile -make -j4 install +make -j2 install # Create package -tar czf gtsam-toolbox-2.3.0-$platform.tgz -C stage/borg toolbox +tar czf gtsam-toolbox-2.3.1-$platform.tgz -C stage/borg toolbox