feat: prevent s3cmd from installing manual pages/doc files

Signed-off-by: celenity <celenity@celenity.dev>
This commit is contained in:
celenity
2026-06-30 05:46:06 +00:00
parent dc7c198c61
commit afee415074

View File

@@ -362,6 +362,13 @@ export RUSTUP_TERM_PROGRESS_WHEN
readonly RUSTUP_TERM_COLOR="${IRONFOX_RUSTUP_COLORED_OUTPUT}"
export RUSTUP_TERM_COLOR
# s3cmd
## Avoid installing manual pages/doc files
### https://github.com/s3tools/s3cmd/blob/master/INSTALL.md#note-to-distributions-package-maintainers
readonly S3CMD_PACKAGING='yes'
export S3CMD_PACKAGING
# UnifiedPush-AC
readonly UP_AC_GRADLE_USER_HOME="${IRONFOX_GRADLE_HOME}"
export UP_AC_GRADLE_USER_HOME