summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorFrançois Charette <francois@archlinux.org>2009-05-06 08:56:45 -0700
committerAaron Griffin <aaronmgriffin@gmail.com>2009-05-06 08:56:45 -0700
commit3ec1fcda1cc209360116b6548e29e86c22500ec0 (patch)
tree92554bf97a7d86e40549d495749cbf1ac2a5d702 /db-update
parent0959e8914c08042b1a8d1227c33f4ec77ea827f6 (diff)
db-update: Use proper variable for WORKDIR
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index 3e9fbcf..fcd7388 100755
--- a/db-update
+++ b/db-update
@@ -14,7 +14,7 @@ current_arch=""
[ "$UID" = "" ] && UID=$(uid)
-WORKDIR="$TMPDIR/db-update.$svnrepo.$UID"
+WORKDIR="$TMPDIR/db-update.$reponame.$UID"
ADDPKGS=""
ANYPKGS=""