From 062b636866f6593d4ecf9eadd849b177b96669c6 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 28 Nov 2012 15:19:28 +0000 Subject: Update the snapshot script --- diff --git a/tools/build-snapshot b/tools/build-snapshot index 1bf525b..f98c62d 100755 --- a/tools/build-snapshot +++ b/tools/build-snapshot @@ -1,7 +1,7 @@ #!/bin/sh -commandsdir=`dirname "$0"` -basedir=`dirname "$commandsdir"` +toolsdir=`dirname "$0"` +basedir=`dirname "$toolsdir"` if [ "$#" -eq 0 ]; then echo "build-snapshot [destination directory]" @@ -21,8 +21,6 @@ tar chf $filename \ $rootdir/config \ $rootdir/devbot \ $rootdir/install \ - $rootdir/commands/helpers/bashrc \ - $rootdir/commands/helpers/ubuntu-tweaks \ $rootdir/commands/check-system \ $rootdir/commands/common.py \ $rootdir/commands/run \ -- cgit v0.9.1