summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mirror.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirror.sh b/src/mirror.sh
index ea23968..7a2a672 100644
--- a/src/mirror.sh
+++ b/src/mirror.sh
@@ -17,7 +17,7 @@ create_deps_graph () {
}
mirror () {
- local MIRROR_DIR=${1:-$MIRROR_DIR}
+ local MIRROR_DIR=${SYSROOT}${1:-$MIRROR_DIR}
mkdir -p $MIRROR_DIR
create_deps_graph > $MIRROR_DIR/deps.graph