Skip to content

Commit 88dbe76

Browse files
committed
entrypoint.sh: allow overriding output dir
1 parent e16d83c commit 88dbe76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ fi
99
-p "$PARALLELISM" \
1010
-r https://github.com/void-linux/void-packages.git \
1111
-s /void-packages \
12-
-o /void-updates
12+
-o "${OUTDIR:-/void-updates}"

0 commit comments

Comments
 (0)