From 3ec1fcda1cc209360116b6548e29e86c22500ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Charette?= Date: Wed, 6 May 2009 08:56:45 -0700 Subject: db-update: Use proper variable for WORKDIR Signed-off-by: Aaron Griffin --- db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db-update') 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="" -- cgit v1.2.3