mirror of https://github.com/zulip/zulip.git
build-release-tarball: Run with zulip-py-venv symlink present.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
parent
202e2cabc3
commit
41209dd32e
|
@ -69,6 +69,8 @@ mv zulip-git-version "$TMPDIR/$prefix/"
|
|||
|
||||
cd "$TMPDIR/$prefix"
|
||||
|
||||
ln -s "$BASEDIR/zulip-py3-venv" .
|
||||
|
||||
# create var/log directory in the new temporary checkout
|
||||
mkdir -p "var/log"
|
||||
|
||||
|
|
Loading…
Reference in New Issue