d3cod3 / Mosaic-Installer

bash Mosaic installer script
The Unlicense
4 stars 1 forks source link

FHS convention: local libs should be placed in /usr/local/lib #5

Closed sphaero closed 3 years ago

sphaero commented 3 years ago

Usually on distros all files in /usr/lib are managed by the package managers. Perhaps it's better to follow convention to place it in /usr/local/lib?

https://github.com/d3cod3/Mosaic-Installer/blob/e7e377adfcd0a36ab97f2b89a5ea3829118055f6/mosaic_installer.sh#L402

d3cod3 commented 3 years ago

Hi again, you're right, i'll change it right away and push the changes.

thanks for the help!