Change INSTALL_DIR default for aws2 #4660
Labels
closed-for-staleness
feature-request
A feature should be added or improved.
installation
needs-review
This issue or pull request needs review from a core team member.
v2
In the installer for aws2, the default
INSTALL_DIR
is /usr/local/aws-cli. I suggest changing it to /opt/aws-cli. The /usr/local hierarchy is not set up for installing whole packages in one subdirectory. It is split into different directories for bin files, source files, libraries, etc. Creating a new directory in /usr/local for aws2 breaks this convention.Also, the Filesystem Hierarchy Standard, for Linux systems, says that no other directories should exist in /usr/local. It does however, specify a place for vendor package trees: /opt.
I suggest changing the default
INSTALL_DIR
for the aws2 installer to /opt/aws-cli. Nothing else needs to be changed to support changing that default. The /opt directory works exactly like the installer is expecting.The text was updated successfully, but these errors were encountered: