build-release-tarball: Run with zulip-py-venv symlink present.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-07-20 15:40:34 -07:00 committed by Tim Abbott
parent 202e2cabc3
commit 41209dd32e
1 changed files with 2 additions and 0 deletions

View File

@ -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"