diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-20 21:48:00 -0800 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-11-20 21:48:00 -0800 |
commit | 1809269f1df368aab3f7f1bb615c2cdc52860a1f (patch) | |
tree | ad7873dda7292178e159f4967af4411920c3a473 /db-remove | |
parent | 35e5070403ddae96238bcce6356f4b9713c96675 (diff) |
Move everything to /srv to support new server conf
Additionally, make TMPDIR configurable so we can move that
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-remove')
-rwxr-xr-x | db-remove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ svnrepo="$reponame-$arch" [ "$UID" = "" ] && UID=$(uid) -WORKDIR="/home/tmp/db-remove.$svnrepo.$UID" +WORKDIR="$TMPDIR/db-remove.$svnrepo.$UID" cleanup() { # unlock |