mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
Merge commit '949ed00e47896708051874d0725968e04b86198b' into checkpoint/main_from_release_2.1.2_949ed00e47896708051874d0725968e04b86198b
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user