Mangeshrex / rxfetch

A custom system info fetching tool
GNU General Public License v3.0
451 stars 39 forks source link

Make install destination directory follow the linux filesystem hierarchy standard #40

Closed alpheratz0 closed 2 years ago

alpheratz0 commented 2 years ago

Manual installed binaries should be placed inside /usr/local/bin to prevent conflicts with the distribution's package manager.

From here:

The /usr/local hierarchy is for use by the system administrator when installing software locally.