From 196459382a7946747e1934b6b8932ccfe689624d Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 4 Dec 2023 14:45:42 -0500 Subject: [PATCH] claim ownership of `/opt/chia` in the RPM (#16980) --- build_scripts/build_linux_rpm-2-installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_scripts/build_linux_rpm-2-installer.sh b/build_scripts/build_linux_rpm-2-installer.sh index 293d45cb0cc6..76b76d8bba6f 100644 --- a/build_scripts/build_linux_rpm-2-installer.sh +++ b/build_scripts/build_linux_rpm-2-installer.sh @@ -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 \