Adding binaries for 1.6.0
diff --git a/build-common.sh b/build-common.sh
index d6d3a32..f84a9e3 100644
--- a/build-common.sh
+++ b/build-common.sh
@@ -71,15 +71,6 @@
     ;;
 esac
 
-RD=$SCRATCH/$PROJ-$USER
-INSTALL="$RD/install"
-
-cd /tmp # windows can't delete if you're in the dir
-rm -rf $RD
-mkdir -p $INSTALL
-mkdir -p $RD
-cd $RD
-
 # OSX lacks a "realpath" bash command
 realpath() {
     [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
@@ -89,6 +80,15 @@
 SCRIPT_DIR="$(dirname "$SCRIPT_FILE")"
 COMMON_FILE="$SCRIPT_DIR/$1"
 
+RD=$SCRATCH/$PROJ-$USER
+INSTALL="$RD/install"
+
+cd /tmp # windows can't delete if you're in the dir
+rm -rf $RD
+mkdir -p $INSTALL
+mkdir -p $RD
+cd $RD
+
 commit_and_push()
 {
     # check into a local git clone