claim ownership of /opt/chia in the RPM (#16980)

This commit is contained in:
Kyle Altendorf 2023-12-04 14:45:42 -05:00 committed by GitHub
parent c8f5ef4818
commit 196459382a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ rvm use ruby-3
# Marking as a dependency allows yum/dnf to automatically install the libxcrypt-compat package as well
fpm -s dir -t rpm \
-C "dist/$CLI_RPM_BASE" \
--directories "/opt/chia" \
-p "dist/$CLI_RPM_BASE.rpm" \
--name chia-blockchain-cli \
--license Apache-2.0 \