Merge commit '949ed00e47896708051874d0725968e04b86198b' into checkpoint/main_from_release_2.1.2_949ed00e47896708051874d0725968e04b86198b

This commit is contained in:
Amine Khaldi 2023-12-07 15:57:56 +01:00
commit 92f5c8aa30
No known key found for this signature in database
GPG Key ID: B1C074FFC904E2D9
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
# handling multiple cases where empty directories are left behind resulting
# in issues with the python identifying the blockchain version
find /opt/chia -type d -empty -delete || true

View File

@ -74,6 +74,8 @@ fpm -s dir -t rpm \
--rpm-tag 'Recommends: libxcrypt-compat' \
--rpm-tag '%define _build_id_links none' \
--rpm-tag '%undefine _missing_build_ids_terminate_build' \
--before-install=assets/rpm/before-install.sh \
--rpm-tag 'Requires(pre): findutils' \
.
# CLI only rpm done
cp -r dist/daemon ../chia-blockchain-gui/packages/gui