1
0

mac build: rm unused BUILDDIR

This commit is contained in:
SomberNight
2022-08-29 12:47:31 +00:00
parent 20997cf60b
commit abec59e17d

View File

@@ -4,7 +4,6 @@ set -e
# Parameterize # Parameterize
PYTHON_VERSION=3.9.11 PYTHON_VERSION=3.9.11
BUILDDIR=/tmp/electrum-build
PACKAGE=Electrum PACKAGE=Electrum
GIT_REPO=https://github.com/spesmilo/electrum GIT_REPO=https://github.com/spesmilo/electrum
@@ -155,9 +154,6 @@ rm -rf ./dist
git submodule update --init git submodule update --init
rm -rf "$BUILDDIR" > /dev/null 2>&1
mkdir "$BUILDDIR"
info "generating locale" info "generating locale"
( (
if ! which msgfmt > /dev/null 2>&1; then if ! which msgfmt > /dev/null 2>&1; then