summaryrefslogtreecommitdiffstats
path: root/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 0 insertions, 2 deletions
diff --git a/db-update b/db-update
index d08c96d..e53aee8 100755
--- a/db-update
+++ b/db-update
@@ -24,7 +24,6 @@ if [ $found -ne 1 ]; then
exit 1
fi
-WORKDIR="$TMPDIR/db-update.$reponame.$UID"
ADDPKGS=""
ANYPKGS=""
@@ -74,7 +73,6 @@ if [ -d "$stagedir" ]; then
ANYPKGS="$(getpkgfiles $stagedir/*-any$PKGEXT 2>/dev/null)"
fi
-mkdir -p $WORKDIR
cd "$WORKDIR"
if [ -n "$ANYPKGS" ]; then