summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config1
1 files changed, 1 insertions, 0 deletions
diff --git a/config b/config
index f470b70..9fcb3b2 100644
--- a/config
+++ b/config
@@ -25,6 +25,7 @@ SOURCE_CLEANUP_KEEP=30
LOCK_DELAY=10
[ -n "${STAGING:-}" ] || STAGING="$HOME/staging/unknown/staging"
+[[ $STAGING = /* ]] || STAGING="$PWD/$STAGING"
export TMPDIR="/tmp"
ARCHES=(x86_64 i686 armv7h)
DBEXT=".db.tar.gz"