Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2021-03-22 17:03:55 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2021-03-22 17:03:55 +0300
commitc83a5538f629adae6816f67838df7cb59dd8b965 (patch)
tree7fc9c68fbcb0f4b3d741351a61169b194d27b552 /extra
parented31ae616adcc8ab144700382b8d09cf0fab97b3 (diff)
Fix poetry build when dist folder does not exist
Diffstat (limited to 'extra')
-rwxr-xr-xextra/poetry/poetry_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/poetry/poetry_build.sh b/extra/poetry/poetry_build.sh
index 97aaa9f..673cab8 100755
--- a/extra/poetry/poetry_build.sh
+++ b/extra/poetry/poetry_build.sh
@@ -4,6 +4,7 @@ set -ex
rm -rf build
mkdir build
+mkdir -p dist
(cd "$(git rev-parse --show-toplevel)"; git archive HEAD) > build/tmp.tar
cd build