ad-oliviero / uwufetch

A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
GNU General Public License v3.0
737 stars 48 forks source link

Changed the default location of '/usr/lib' to '/usr/local/lib' #186

Closed hellisabove closed 2 years ago

hellisabove commented 2 years ago

I have changed the default location from /usr/lib to /usr/local/lib as on macos the /usr/lib is read-only so when running uwufetch from some other folder it will not display any ascii file with an error. I also added a clean function to the makefile

hellisabove commented 2 years ago

Done.